mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-22 02:58:41 +00:00
added momory_saving_mode to commandline
This commit is contained in:
@@ -1507,6 +1507,12 @@ int read_config_args() {
|
|||||||
else if(argis("-stretch")) {
|
else if(argis("-stretch")) {
|
||||||
PHASEFROM(2); shift(); vid.stretch = argf();
|
PHASEFROM(2); shift(); vid.stretch = argf();
|
||||||
}
|
}
|
||||||
|
else if(argis("-msm")) {
|
||||||
|
PHASEFROM(2); memory_saving_mode = true;
|
||||||
|
}
|
||||||
|
else if(argis("-msmoff")) {
|
||||||
|
PHASEFROM(2); memory_saving_mode = false;
|
||||||
|
}
|
||||||
TOGGLE('o', vid.usingGL, switchGL())
|
TOGGLE('o', vid.usingGL, switchGL())
|
||||||
TOGGLE('f', vid.full, switchFullscreen())
|
TOGGLE('f', vid.full, switchFullscreen())
|
||||||
else return 1;
|
else return 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user