mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 04:58:06 -05:00
renamed from citrus to citra
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
#ifdef USER_DIR
|
||||
#define EMU_DATA_DIR USER_DIR
|
||||
#else
|
||||
#define EMU_DATA_DIR ".citrus"
|
||||
#define EMU_DATA_DIR ".emu"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -81,7 +81,7 @@ public:
|
||||
protected:
|
||||
EmuWindow() : client_area_width_(640), client_area_height_(480) {
|
||||
char window_title[255];
|
||||
sprintf(window_title, "citrus [%s|%s] - %s",
|
||||
sprintf(window_title, "emu [%s|%s] - %s",
|
||||
"null-cpu",
|
||||
"null-renderer",
|
||||
__DATE__);
|
||||
|
@ -1,4 +1,4 @@
|
||||
#define SCM_REV_STR "bfa6493324336066a1ef9d04f336faacae57d9f3"
|
||||
#define SCM_DESC_STR "bfa6493"
|
||||
#define SCM_REV_STR "a7b06698ff012aa7b1094414e796ffae1ca1eb4d"
|
||||
#define SCM_DESC_STR "a7b0669"
|
||||
#define SCM_BRANCH_STR "master"
|
||||
#define SCM_IS_MASTER 1
|
||||
|
@ -13,7 +13,7 @@
|
||||
#define BUILD_TYPE_STR ""
|
||||
#endif
|
||||
|
||||
const char *scm_rev_str = "citrus "
|
||||
const char *scm_rev_str = "emu "
|
||||
#if !SCM_IS_MASTER
|
||||
"[" SCM_BRANCH_STR "] "
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user