diff options
Diffstat (limited to 'src/lj_arch.h')
-rw-r--r-- | src/lj_arch.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h index acdfe18b..10ff5529 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
@@ -111,6 +111,11 @@ | |||
111 | #define NULL ((void*)0) | 111 | #define NULL ((void*)0) |
112 | #endif | 112 | #endif |
113 | 113 | ||
114 | #ifdef __psp2__ | ||
115 | #define LJ_TARGET_PSVITA 1 | ||
116 | #define LJ_TARGET_CONSOLE 1 | ||
117 | #endif | ||
118 | |||
114 | #if _XBOX_VER >= 200 | 119 | #if _XBOX_VER >= 200 |
115 | #define LJ_TARGET_XBOX360 1 | 120 | #define LJ_TARGET_XBOX360 1 |
116 | #define LJ_TARGET_CONSOLE 1 | 121 | #define LJ_TARGET_CONSOLE 1 |