1
0
Fork 0
mirror of https://github.com/Lime3DS/Lime3DS synced 2025-01-09 13:43:27 +00:00

added "citra" instead of "emu" to title bar

This commit is contained in:
bunnei 2014-04-06 22:49:54 -04:00
parent 0727e07462
commit aa3ae1af49

View file

@ -81,7 +81,7 @@ public:
protected:
EmuWindow() : client_area_width_(640), client_area_height_(480) {
char window_title[255];
sprintf(window_title, "emu [%s|%s] - %s",
sprintf(window_title, "citra [%s|%s] - %s",
"null-cpu",
"null-renderer",
__DATE__);