mirror of
https://github.com/libretro/libretro-fceumm.git
synced 2024-12-27 11:14:53 +00:00
Fix crash due to core option count overflow
Happens mostly on dipswitched-enable games like Vs. System.
This commit is contained in:
parent
f72dac45e8
commit
9f53af4e33
@ -21,7 +21,8 @@ extern "C" {
|
||||
********************************
|
||||
*/
|
||||
|
||||
#define MAX_CORE_OPTIONS 37
|
||||
/* NOTE: add 8 for dipswitch */
|
||||
#define MAX_CORE_OPTIONS 42
|
||||
|
||||
/* RETRO_LANGUAGE_ENGLISH */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user