diff options
author | negativeExponent | 2020-05-10 14:38:56 +0800 |
---|---|---|
committer | negativeExponent | 2020-05-10 14:38:56 +0800 |
commit | ec253988202457b6aa5de5272b4f980d4219bed9 (patch) | |
tree | c079327ed3fc9ffc0304a765108988c6e3445864 /libpcsxcore/new_dynarec | |
parent | 1250bd8bfc042a4d33308814d733669966e45622 (diff) | |
download | pcsx_rearmed-ec253988202457b6aa5de5272b4f980d4219bed9.tar.gz pcsx_rearmed-ec253988202457b6aa5de5272b4f980d4219bed9.tar.bz2 pcsx_rearmed-ec253988202457b6aa5de5272b4f980d4219bed9.zip |
More core option fixes
- This PR fixes core options and moves them to the related dynarec modes where they are implemented.
LIGHTREC = relates to platforms that supports the new Lightrec mode
NEW_DYNAREC = relates to previous dynarec implementation that is still used for some 32bit devices
- Dynarec Recompiler core option, both dynarec implementation can be enabled or disabled
Diffstat (limited to 'libpcsxcore/new_dynarec')
-rw-r--r-- | libpcsxcore/new_dynarec/new_dynarec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/new_dynarec/new_dynarec.h b/libpcsxcore/new_dynarec/new_dynarec.h index e7eb247..d196f59 100644 --- a/libpcsxcore/new_dynarec/new_dynarec.h +++ b/libpcsxcore/new_dynarec/new_dynarec.h @@ -1,4 +1,4 @@ -#define NEW_DYNAREC 1 +/* #define NEW_DYNAREC 1 */ extern int pcaddr; extern int pending_exception; |