mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[UI] Make Xenia title start from a capital letter
This commit is contained in:
parent
6ce5330f5f
commit
64366979c7
|
|
@ -41,7 +41,7 @@ using xe::ui::MenuItem;
|
|||
using xe::ui::MouseEvent;
|
||||
using xe::ui::UIEvent;
|
||||
|
||||
const std::string kBaseTitle = "xenia";
|
||||
const std::string kBaseTitle = "Xenia";
|
||||
|
||||
EmulatorWindow::EmulatorWindow(Emulator* emulator,
|
||||
ui::WindowedAppContext& app_context)
|
||||
|
|
|
|||
Loading…
Reference in a new issue