diff --git a/ps3/main.c b/ps3/main.c index ca9340766c..5e33a38574 100644 --- a/ps3/main.c +++ b/ps3/main.c @@ -476,8 +476,8 @@ int main(int argc, char *argv[]) cellSysmoduleLoadModule(CELL_SYSMODULE_SYSUTIL_SCREENSHOT); CellScreenShotSetParam screenshot_param = {0, 0, 0, 0}; - screenshot_param.photo_title = "SSNES PS3"; - screenshot_param.game_title = "SSNES PS3"; + screenshot_param.photo_title = "RetroArch PS3"; + screenshot_param.game_title = "RetroArch PS3"; cellScreenShotSetParameter (&screenshot_param); cellScreenShotEnable(); } diff --git a/ps3/menu.h b/ps3/menu.h index e1f1e16dfa..a84bf8f1d4 100644 --- a/ps3/menu.h +++ b/ps3/menu.h @@ -18,11 +18,11 @@ #define MENU_H_ #define FONT_SIZE (g_console.menu_font_size) -#define EMU_MENU_TITLE "SSNES |" -#define VIDEO_MENU_TITLE "SSNES VIDEO |" -#define AUDIO_MENU_TITLE "SSNES AUDIO |" +#define EMU_MENU_TITLE "RETRO |" +#define VIDEO_MENU_TITLE "RETRO VIDEO |" +#define AUDIO_MENU_TITLE "RETRO AUDIO |" -#define EMULATOR_NAME "SSNES" +#define EMULATOR_NAME "RetroArch" #define EMULATOR_VERSION PACKAGE_VERSION typedef struct