mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-26 08:43:44 +02:00
Fix crash when libretro core is reset
This commit is contained in:
parent
de0c5b8f4a
commit
fe5e23a5bc
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ if get_option('retro') == true
|
||||||
})
|
})
|
||||||
|
|
||||||
retro_defines = [
|
retro_defines = [
|
||||||
|
'-DWASM_RT_SKIP_SIGNAL_RECOVERY',
|
||||||
'-DWASM_RT_TRAP_HANDLER=mkxp_sandbox_trap_handler',
|
'-DWASM_RT_TRAP_HANDLER=mkxp_sandbox_trap_handler',
|
||||||
'-DMKXPZ_RETRO=1',
|
'-DMKXPZ_RETRO=1',
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue