summaryrefslogtreecommitdiffstats
path: root/src/common/common_paths.h
diff options
context:
space:
mode:
authorfreiro <f73b2894@opayq.com>2016-11-26 22:57:36 +0100
committerfreiro <f73b2894@opayq.com>2016-11-26 22:57:36 +0100
commit593ec7fa74cf01819b0e3e29ddd3b1d3ba339090 (patch)
tree1d59639c84f87930e2f61c30cc6b7bf9b964d868 /src/common/common_paths.h
parentRemoved /user/ from path (diff)
downloadyuzu-593ec7fa74cf01819b0e3e29ddd3b1d3ba339090.tar
yuzu-593ec7fa74cf01819b0e3e29ddd3b1d3ba339090.tar.gz
yuzu-593ec7fa74cf01819b0e3e29ddd3b1d3ba339090.tar.bz2
yuzu-593ec7fa74cf01819b0e3e29ddd3b1d3ba339090.tar.lz
yuzu-593ec7fa74cf01819b0e3e29ddd3b1d3ba339090.tar.xz
yuzu-593ec7fa74cf01819b0e3e29ddd3b1d3ba339090.tar.zst
yuzu-593ec7fa74cf01819b0e3e29ddd3b1d3ba339090.zip
Diffstat (limited to '')
-rw-r--r--src/common/common_paths.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/common_paths.h b/src/common/common_paths.h
index a5342a610..37304d236 100644
--- a/src/common/common_paths.h
+++ b/src/common/common_paths.h
@@ -19,7 +19,7 @@
#define EMU_DATA_DIR USER_DIR
#else
#ifdef _WIN32
-#define EMU_DATA_DIR "Citra Emulator"
+#define EMU_DATA_DIR "Citra"
#else
#define EMU_DATA_DIR "citra-emu"
#endif