Home
last modified time | relevance | path

Searched refs:MAX_SAVE_SLOTS (Results 1 – 14 of 14) sorted by relevance

/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/TextBox/
H A DSaveSelect.cpp15 static Profile fProfiles[MAX_SAVE_SLOTS];
16 static bool fHaveProfile[MAX_SAVE_SLOTS];
42 fNumFiles = MAX_SAVE_SLOTS; in SetVisible()
H A DSaveSelect.h7 #define MAX_SAVE_SLOTS 5 macro
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/TextBox/
H A DSaveSelect.h7 #define MAX_SAVE_SLOTS 5 macro
H A DSaveSelect.cpp28 static Profile fProfiles[MAX_SAVE_SLOTS];
29 static bool fHaveProfile[MAX_SAVE_SLOTS];
85 fNumFiles = MAX_SAVE_SLOTS; in SetVisible()
/dports/games/instead/instead-3.4.1/src/
H A Dmenu.h17 #define MAX_SAVE_SLOTS 6 macro
H A Dmenu.c147 for (i = 0; i < MAX_SAVE_SLOTS; i ++) { in load_menu()
183 for (i = 1; i < MAX_SAVE_SLOTS; i ++) { in save_menu()
H A Dgame.c1636 r = r % MAX_SAVE_SLOTS; in game_autosave()
/dports/games/legend-of-edgar/edgar-1.34/src/menu/
H A Dio_menu.c153 menu.widgetCount = MAX_SAVE_SLOTS + 2; in loadMenuLayout()
178 for (j=0;j<MAX_SAVE_SLOTS;j++) in loadMenuLayout()
/dports/games/legend-of-edgar/edgar-1.34/src/system/
H A Dload_save.c853 for (i=0;i<MAX_SAVE_SLOTS;i++) in updateSaveFileIndex()
872 for (i=0;i<MAX_SAVE_SLOTS;i++) in getMostRecentSave()
1674 entries = malloc(sizeof(char *) * MAX_SAVE_SLOTS); in getSaveFileIndex()
1678 …AndExit("Failed to allocate a whole %d bytes for save data", (int)sizeof(char *) * MAX_SAVE_SLOTS); in getSaveFileIndex()
1683 for (i=0;i<MAX_SAVE_SLOTS;i++) in getSaveFileIndex()
1717 for (i=0;i<MAX_SAVE_SLOTS;i++) in getSaveFileIndex()
/dports/games/legend-of-edgar/edgar-1.34/src/
H A Ddefs.h125 #define MAX_SAVE_SLOTS 10 macro
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/intro/
H A Dtitle.cpp177 for(int i=0;i<MAX_SAVE_SLOTS;i++) in handle_input()
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A Dprofile.cpp238 for(int i=0;i<MAX_SAVE_SLOTS;i++) in AnyProfileExists()
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/
H A Dprofile.cpp278 for (int i = 0; i < MAX_SAVE_SLOTS; i++) in AnyProfileExists()
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/intro/
H A Dtitle.cpp199 for (int i = 0; i < MAX_SAVE_SLOTS; i++) in handle_input()