mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 08:20:33 +00:00
Make texture conversion work a bit faster
# Conflicts: # src/core/config.h
This commit is contained in:
parent
16abbad6b2
commit
5a3a058ed3
2 changed files with 17 additions and 0 deletions
|
@ -240,6 +240,7 @@ enum Config {
|
|||
#define PS2_ALPHA_TEST // emulate ps2 alpha test
|
||||
#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 DISABLE_VSYNC_ON_TEXTURE_CONVERSION // make texture conversion work faster by disabling vsync
|
||||
//#define NO_ISLAND_LOADING // disable loadscreen between islands via loading all island data at once, consumes more memory and CPU
|
||||
//#define USE_TEXTURE_POOL
|
||||
//#define CUTSCENE_BORDERS_SWITCH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue