mirror of
https://github.com/libretro/libretro-meowPC98.git
synced 2024-11-23 08:19:58 +00:00
Declare jump buffers for psp and vita
This commit is contained in:
parent
2144a4779b
commit
7185338d58
@ -35,7 +35,7 @@
|
||||
#define IA32_CPU_CPU_H__
|
||||
|
||||
#include <setjmp.h>
|
||||
#if defined (_3DS) || defined (__PSL1GHT__)
|
||||
#if defined (_3DS) || defined (__PSL1GHT__) || defined(PSP) || defined(VITA)
|
||||
#define sigjmp_buf jmp_buf
|
||||
#define siglongjmp longjmp
|
||||
#define sigsetjmp(a,b) setjmp(a)
|
||||
|
Loading…
Reference in New Issue
Block a user