mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-02-16 17:35:39 +00:00
make the new3d engine default :] Legacy engine can still be selected using -legacy3d in the command line
This commit is contained in:
parent
d7403afda6
commit
7dc1eac614
|
@ -1293,7 +1293,7 @@ static Util::Config::Node DefaultConfig()
|
|||
config.Set("ForceFeedback", false);
|
||||
#endif
|
||||
// Platform-specific/UI
|
||||
config.Set("New3DEngine", false);
|
||||
config.Set("New3DEngine", true);
|
||||
config.Set("XResolution", "496");
|
||||
config.Set("YResolution", "384");
|
||||
config.Set("FullScreen", false);
|
||||
|
|
Loading…
Reference in a new issue