mirror of
https://github.com/zeldaret/ph
synced 2026-06-27 18:13:05 -04:00
Interworking always on, add THUMB and ARM macros
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
#define NONMATCH
|
||||
#endif
|
||||
|
||||
#define ARM _Pragma("thumb off")
|
||||
#define THUMB _Pragma("thumb on")
|
||||
|
||||
// `override` was added in C++11 before the DS, so we only use the keyword to indicate overriden functions
|
||||
#define override
|
||||
|
||||
|
||||
Reference in New Issue
Block a user