Normalizing the name of the GL window demo.

This commit is contained in:
Ben Vanik 2015-11-08 19:11:44 -08:00
parent 7366659ab1
commit 65e0e907d8
3 changed files with 8 additions and 8 deletions

View File

@ -1,11 +1,11 @@
/**
******************************************************************************
* Xenia : Xbox 360 Emulator Research Project *
******************************************************************************
* Copyright 2015 Ben Vanik. All rights reserved. *
* Released under the BSD license - see LICENSE in the root for more details. *
******************************************************************************
*/
******************************************************************************
* Xenia : Xbox 360 Emulator Research Project *
******************************************************************************
* Copyright 2015 Ben Vanik. All rights reserved. *
* Released under the BSD license - see LICENSE in the root for more details. *
******************************************************************************
*/
#ifndef XENIA_UI_GL_GL_H_
#define XENIA_UI_GL_GL_H_

View File

@ -50,7 +50,7 @@ project("xenia-ui-window-gl-demo")
})
files({
"../window_demo.cc",
"window_gl_demo.cc",
"gl_window_demo.cc",
project_root.."/src/xenia/base/main_"..platform_suffix..".cc",
})
files({