mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
Take out 'State Slot' option in General Settings - couldn't be changed
anyway
This commit is contained in:
parent
18ce5f73be
commit
4c9e2dbd40
@ -3640,16 +3640,6 @@ static bool setting_data_append_list_general_options(
|
||||
|
||||
START_SUB_GROUP(list, list_info, "Saving", group_info.name, subgroup_info);
|
||||
|
||||
CONFIG_INT(
|
||||
g_settings.state_slot,
|
||||
"state_slot",
|
||||
"State Slot",
|
||||
0,
|
||||
group_info.name,
|
||||
subgroup_info.name,
|
||||
general_write_handler,
|
||||
general_read_handler);
|
||||
|
||||
CONFIG_BOOL(
|
||||
g_settings.block_sram_overwrite,
|
||||
"block_sram_overwrite",
|
||||
|
Loading…
x
Reference in New Issue
Block a user