From 2fb6e84018698bda1f558b7be0ecc5eb98a0a755 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 21 Apr 2012 03:28:32 +0200 Subject: [PATCH] (PS3) Name change --- ps3/main.c | 4 ++-- ps3/menu.h | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) 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