mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 22:20:34 +00:00
Dual pass rendering for RW 3.3
This commit is contained in:
parent
581cb5edfa
commit
6b92e9e12b
4 changed files with 23 additions and 8 deletions
|
@ -198,6 +198,7 @@ enum Config {
|
|||
#define ASPECT_RATIO_SCALE // Not just makes everything scale with aspect ratio, also adds support for all aspect ratios
|
||||
#define DEFAULT_NATIVE_RESOLUTION // Set default video mode to your native resolution (fixes Windows 10 launch)
|
||||
#define USE_TXD_CDIMAGE // generate and load textures from txd.img
|
||||
#define DUAL_PASS_RENDERING // dual pass rendering from SkyGfx
|
||||
#define IMPROVED_VIDEOMODE // save and load videomode parameters instead of a magic number
|
||||
#define DISABLE_LOADING_SCREEN // disable the loading screen which vastly improves the loading time
|
||||
//#define NO_ISLAND_LOADING // disable loadscreen between islands via loading all island data at once, consumes more memory and CPU
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue