mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 12:40:07 +00:00
(PS3) Name change
This commit is contained in:
parent
8da73e0434
commit
2fb6e84018
@ -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();
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user