From 763f257d92f8cfe0131fee799a8421b96f851c3d Mon Sep 17 00:00:00 2001 From: TwinAphex51224 Date: Sat, 21 Jan 2012 18:12:33 +0100 Subject: [PATCH] (PS3) Show static libsnes library in menu --- ps3/menu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ps3/menu.c b/ps3/menu.c index 4d788634d6..a715a2cb3f 100644 --- a/ps3/menu.c +++ b/ps3/menu.c @@ -1328,6 +1328,7 @@ static void select_rom(void) cellDbgFontPrintf(0.09f, 0.83f, 0.91f, LIGHTBLUE, "INFO - Press X to load the game. "); cellDbgFontPuts (0.09f, 0.05f, Emulator_GetFontSize(), RED, "FILE BROWSER"); + cellDbgFontPrintf (0.3f, 0.05f, 0.82f, WHITE, "Libsnes library: %s", snes_library_id()); cellDbgFontPrintf (0.7f, 0.05f, 0.82f, WHITE, "%s v%s", EMULATOR_NAME, EMULATOR_VERSION); cellDbgFontPrintf (0.09f, 0.09f, Emulator_GetFontSize(), YELLOW, "PATH: %s", FILEBROWSER_GET_CURRENT_DIRECTORY_NAME(browser));