Fix crash due to core option count overflow
Happens mostly on dipswitched-enable games like Vs. System.
This commit is contained in:
committed by
LibretroAdmin
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 */
|
/* RETRO_LANGUAGE_ENGLISH */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user