1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-16 10:09:43 +00:00

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

This commit is contained in:
Zeno Rogue
2021-02-06 01:39:18 +01:00
parent 50cb77e413
commit 015f6227fa
9 changed files with 343 additions and 195 deletions

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();