Fix crash due to core option count overflow
Some checks failed
CI / build-ps2 (push) Has been cancelled
Crowdin Source Texts Upload / upload_source_file (push) Has been cancelled
Crowdin Translation Integration / create_intl_file (push) Has been cancelled

Happens mostly on dipswitched-enable games like Vs. System.
This commit is contained in:
negativeExponent 2024-10-16 07:49:31 +08:00 committed by LibretroAdmin
parent f72dac45e8
commit 9f53af4e33

View File

@ -21,7 +21,8 @@ extern "C" {
********************************
*/
#define MAX_CORE_OPTIONS 37
/* NOTE: add 8 for dipswitch */
#define MAX_CORE_OPTIONS 42
/* RETRO_LANGUAGE_ENGLISH */