summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGareth Poole <510razor@gmail.com>2014-11-02 04:04:38 +0100
committerGareth Poole <510razor@gmail.com>2014-11-02 04:08:06 +0100
commit1c074ced9446a8027753fef1a5917dc3d70d3e69 (patch)
treec87df154ec59a4dac2fa15796c393c88d8e39470 /src
parentMerge pull request #135 from purpasmart96/master (diff)
downloadyuzu-1c074ced9446a8027753fef1a5917dc3d70d3e69.tar
yuzu-1c074ced9446a8027753fef1a5917dc3d70d3e69.tar.gz
yuzu-1c074ced9446a8027753fef1a5917dc3d70d3e69.tar.bz2
yuzu-1c074ced9446a8027753fef1a5917dc3d70d3e69.tar.lz
yuzu-1c074ced9446a8027753fef1a5917dc3d70d3e69.tar.xz
yuzu-1c074ced9446a8027753fef1a5917dc3d70d3e69.tar.zst
yuzu-1c074ced9446a8027753fef1a5917dc3d70d3e69.zip
Diffstat (limited to 'src')
-rw-r--r--src/citra_qt/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp
index bac6a6bb8..153712273 100644
--- a/src/citra_qt/main.cpp
+++ b/src/citra_qt/main.cpp
@@ -128,10 +128,10 @@ GMainWindow::~GMainWindow()
void GMainWindow::BootGame(std::string filename)
{
- NOTICE_LOG(MASTER_LOG, "citra starting...\n");
+ NOTICE_LOG(MASTER_LOG, "Citra starting...\n");
if (Core::Init()) {
- ERROR_LOG(MASTER_LOG, "core initialization failed, exiting...");
+ ERROR_LOG(MASTER_LOG, "Core initialization failed, exiting...");
Core::Stop();
exit(1);
}