renamed project to 'citrus'
This commit is contained in:
parent
9709dd2def
commit
b8ca09160b
23 changed files with 52 additions and 53 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue