summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfearlessTobi <thm.frey@gmail.com>2018-07-06 15:47:06 +0200
committerfearlessTobi <thm.frey@gmail.com>2018-07-06 15:47:06 +0200
commitc9aadff9a96ae279133e6b4bbf26a678702122ad (patch)
tree67293315519cf957d1932d225f1d0986271d31d8
parentMerge pull request #629 from Subv/depth_test (diff)
downloadyuzu-c9aadff9a96ae279133e6b4bbf26a678702122ad.tar
yuzu-c9aadff9a96ae279133e6b4bbf26a678702122ad.tar.gz
yuzu-c9aadff9a96ae279133e6b4bbf26a678702122ad.tar.bz2
yuzu-c9aadff9a96ae279133e6b4bbf26a678702122ad.tar.lz
yuzu-c9aadff9a96ae279133e6b4bbf26a678702122ad.tar.xz
yuzu-c9aadff9a96ae279133e6b4bbf26a678702122ad.tar.zst
yuzu-c9aadff9a96ae279133e6b4bbf26a678702122ad.zip
-rw-r--r--src/common/common_paths.h2
-rw-r--r--src/common/file_util.cpp2
-rw-r--r--src/yuzu_cmd/default_ini.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/common/common_paths.h b/src/common/common_paths.h
index d03fca314..9bf3efaf2 100644
--- a/src/common/common_paths.h
+++ b/src/common/common_paths.h
@@ -40,7 +40,7 @@
#define DEBUGGER_CONFIG "debugger.ini"
#define LOGGER_CONFIG "logger.ini"
// Files in the directory returned by GetUserPath(D_LOGS_IDX)
-#define LOG_FILE "citra_log.txt"
+#define LOG_FILE "yuzu_log.txt"
// Sys files
#define SHARED_FONT "shared_font.bin"
diff --git a/src/common/file_util.cpp b/src/common/file_util.cpp
index b9e1fd1f6..7213abe18 100644
--- a/src/common/file_util.cpp
+++ b/src/common/file_util.cpp
@@ -678,7 +678,7 @@ std::string GetSysDirectory() {
return sysDir;
}
-// Returns a string with a Citra data dir or file in the user's home
+// Returns a string with a yuzu data dir or file in the user's home
// directory. To be used in "multi-user" mode (that is, installed).
const std::string& GetUserPath(const unsigned int DirIDX, const std::string& newPath) {
static std::string paths[NUM_PATH_INDICES];
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index 5896971d4..71d2e040f 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -166,7 +166,7 @@ use_virtual_sd =
# 1 (default): Yes, 0: No
use_docked_mode =
-# The system region that Citra will use during emulation
+# The system region that yuzu will use during emulation
# -1: Auto-select (default), 0: Japan, 1: USA, 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan
region_value =