mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 15:48:20 -05:00
renamed project to 'citrus'
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
#ifdef USER_DIR
|
||||
#define EMU_DATA_DIR USER_DIR
|
||||
#else
|
||||
#define EMU_DATA_DIR ".akiru"
|
||||
#define EMU_DATA_DIR ".citrus"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -81,7 +81,7 @@ public:
|
||||
protected:
|
||||
EmuWindow() : client_area_width_(640), client_area_height_(480) {
|
||||
char window_title[255];
|
||||
sprintf(window_title, "akiru [%s|%s] - %s",
|
||||
sprintf(window_title, "citrus [%s|%s] - %s",
|
||||
"null-cpu",
|
||||
"null-renderer",
|
||||
__DATE__);
|
||||
|
@ -13,7 +13,7 @@
|
||||
#define BUILD_TYPE_STR ""
|
||||
#endif
|
||||
|
||||
const char *scm_rev_str = "Akiru "
|
||||
const char *scm_rev_str = "citrus "
|
||||
#if !SCM_IS_MASTER
|
||||
"[" SCM_BRANCH_STR "] "
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user