mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-22 11:04:35 +00:00
Increase ROM history size to 100.
This commit is contained in:
parent
5d65f528d7
commit
de7fc0fb6f
@ -563,7 +563,7 @@ void menu_init(void)
|
||||
fill_pathname_resolve_relative(history_path, g_extern.config_path,
|
||||
".retroarch-history.txt", sizeof(history_path));
|
||||
RARCH_LOG("[RGUI]: Opening history: %s.\n", history_path);
|
||||
rgui->history = rom_history_init(history_path, 20);
|
||||
rgui->history = rom_history_init(history_path, 100);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user