Fix crash when libretro core is reset

This commit is contained in:
刘皓 2025-01-15 18:28:22 -05:00
parent de0c5b8f4a
commit fe5e23a5bc
No known key found for this signature in database
GPG key ID: 7901753DB465B711

View file

@ -97,6 +97,7 @@ if get_option('retro') == true
})
retro_defines = [
'-DWASM_RT_SKIP_SIGNAL_RECOVERY',
'-DWASM_RT_TRAP_HANDLER=mkxp_sandbox_trap_handler',
'-DMKXPZ_RETRO=1',
]