Browse Source
Merge pull request #630 from FearlessTobi/remove-citra-references
Remove some references to Citra
pull/15/merge
bunnei
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
src/common/common_paths.h
-
src/common/file_util.cpp
-
src/yuzu_cmd/default_ini.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" |
|
|
|
|
|
|
|
@ -679,7 +679,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]; |
|
|
|
|
|
|
|
@ -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 = |
|
|
|
|
|
|
|
|