redone basic graphics settings (vsync, resolution, fullscreen, gl/aa)

This commit is contained in:
Zeno Rogue
2021-02-07 22:55:10 +01:00
parent 50cb77e413
commit 015f6227fa
9 changed files with 343 additions and 195 deletions
+2 -2
View File
@@ -1575,7 +1575,7 @@ EX void initAll() {
firstland0 = firstland;
// initlanguage();
initgraph();
initialize_all();
#if CAP_SAVE
loadsave();
if(IRREGULAR) irr::auto_creator();
@@ -1603,7 +1603,7 @@ EX void finishAll() {
#endif
clearMemory();
#if !ISMOBILE
cleargraph();
quit_all();
#endif
achievement_close();