Fixed capitalization issues

merge-requests/60/head
Gareth Poole 2014-11-01 23:04:38 +07:00
parent 6e6947118b
commit 1c074ced94
1 changed files with 2 additions and 2 deletions

@ -128,10 +128,10 @@ GMainWindow::~GMainWindow()
void GMainWindow::BootGame(std::string filename) void GMainWindow::BootGame(std::string filename)
{ {
NOTICE_LOG(MASTER_LOG, "citra starting...\n"); NOTICE_LOG(MASTER_LOG, "Citra starting...\n");
if (Core::Init()) { if (Core::Init()) {
ERROR_LOG(MASTER_LOG, "core initialization failed, exiting..."); ERROR_LOG(MASTER_LOG, "Core initialization failed, exiting...");
Core::Stop(); Core::Stop();
exit(1); exit(1);
} }