diff options
author | aap <aap@papnet.eu> | 2020-12-02 10:38:39 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-12-02 10:38:39 +0100 |
commit | f5763118140591f980e89089e3f67c3d50a293b9 (patch) | |
tree | 0e6a15457497d9999f039b11260eda3d2679f580 /src/core/config.h | |
parent | better cam lod dist fix (diff) | |
parent | fast fix (diff) | |
download | re3-f5763118140591f980e89089e3f67c3d50a293b9.tar re3-f5763118140591f980e89089e3f67c3d50a293b9.tar.gz re3-f5763118140591f980e89089e3f67c3d50a293b9.tar.bz2 re3-f5763118140591f980e89089e3f67c3d50a293b9.tar.lz re3-f5763118140591f980e89089e3f67c3d50a293b9.tar.xz re3-f5763118140591f980e89089e3f67c3d50a293b9.tar.zst re3-f5763118140591f980e89089e3f67c3d50a293b9.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index 5d528d50..4e71224f 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -196,6 +196,8 @@ enum Config { # define RANDOMSPLASH // use random splash as on PS2 # define PS2_MATFX # endif +# define GTA_REPLAY +# define GTA_SCENE_EDIT #elif defined GTA_XBOX #endif |