diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-08-11 22:11:43 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-08-11 22:11:43 +0200 |
| commit | f97f48ca7cefd3380edc9bdaaebf17c16c5c871b (patch) | |
| tree | 8fcc3e6cff095ba23ee8f18a9ce4d4c2521436b2 /Source/Makefile | |
| parent | f17b15bdffe45810eebc7695c10f1d7fc34af014 (diff) | |
| download | airport-f97f48ca7cefd3380edc9bdaaebf17c16c5c871b.tar.gz | |
* IMASK is now accessed as volatile variable.
* Other minor changes.
Diffstat (limited to 'Source/Makefile')
| -rw-r--r-- | Source/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Makefile b/Source/Makefile index 5c47192..d2d7a4d 100644 --- a/Source/Makefile +++ b/Source/Makefile @@ -3,6 +3,7 @@ DEFINE= -DFIXMATH_FAST_SIN -D_PAL_MODE_ DEFINE += -DPSXSDK_DEBUG DEFINE += -DNO_CDDA DEFINE += -DNO_INTRO + #DEFINE += -DSERIAL_INTERFACE PSXSDK_PATH = /usr/local/psxsdk LIBS= -lfixmath |
