File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 14011401#define DEFAULT_SAVESTATE_AUTO_SAVE false
14021402#define DEFAULT_SAVESTATE_AUTO_LOAD false
14031403
1404+ /* Take screenshots for save states */
1405+ #if defined(__x86_64__ )
1406+ #define DEFAULT_SAVESTATE_THUMBNAIL_ENABLE true
1407+ #else
14041408#define DEFAULT_SAVESTATE_THUMBNAIL_ENABLE false
1409+ #endif
14051410
14061411/* When creating save (srm) files, compress
14071412 * written data */
Original file line number Diff line number Diff line change @@ -11345,7 +11345,7 @@ static bool setting_append_list(
1134511345 bool_entries[listing].target = &settings->bools.savestate_thumbnail_enable;
1134611346 bool_entries[listing].name_enum_idx = MENU_ENUM_LABEL_SAVESTATE_THUMBNAIL_ENABLE;
1134711347 bool_entries[listing].SHORT_enum_idx = MENU_ENUM_LABEL_VALUE_SAVESTATE_THUMBNAIL_ENABLE;
11348- bool_entries[listing].flags = SD_FLAG_ADVANCED ;
11348+ bool_entries[listing].flags = SD_FLAG_NONE ;
1134911349 if (DEFAULT_SAVESTATE_THUMBNAIL_ENABLE)
1135011350 bool_entries[listing].flags |= SD_FLAG_DEFAULT_VALUE;
1135111351 listing++;
You can’t perform that action at this time.
0 commit comments