mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 19:09:59 +00:00
Merge pull request #795 from withmorten/master
enable static runtime for all windows builds; fast floating point for x86/x64 builds; no sized dealloc for windows builds # Conflicts: # premake5.lua # src/core/config.h
This commit is contained in:
parent
e473123a6a
commit
0d55b6182a
2 changed files with 24 additions and 1 deletions
|
@ -243,8 +243,10 @@ enum Config {
|
|||
//#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
|
||||
#ifdef LIBRW
|
||||
//#define EXTENDED_COLOURFILTER // more options for colour filter (replaces mblur)
|
||||
//#define EXTENDED_PIPELINES // custom render pipelines (includes Neo)
|
||||
#endif
|
||||
//#define MULTISAMPLING // adds MSAA option TODO
|
||||
|
||||
#ifdef LIBRW
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue