mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2025-01-11 01:19:07 +01:00
fix NewRender typo
This commit is contained in:
parent
934aa92a9b
commit
7db28f9f7f
@ -408,7 +408,7 @@ bool LoadINISettings()
|
||||
#endif
|
||||
ReadIniIfExists("Rendering", "BackfaceCulling", &gBackfaceCulling);
|
||||
#ifdef NEW_RENDERER
|
||||
ReadIniIfExists("Rendering", "NewRender", &gbNewRenderer);
|
||||
ReadIniIfExists("Rendering", "NewRenderer", &gbNewRenderer);
|
||||
#endif
|
||||
|
||||
#ifdef PROPER_SCALING
|
||||
|
Loading…
x
Reference in New Issue
Block a user