mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-28 12:27:40 +00:00
memory_saving_mode as param_b
This commit is contained in:
@@ -819,7 +819,7 @@ EX void initConfig() {
|
|||||||
|
|
||||||
addsaver(vid.always3, "3D always", false);
|
addsaver(vid.always3, "3D always", false);
|
||||||
|
|
||||||
addsaver(memory_saving_mode, "memory_saving_mode", (ISMOBILE || ISPANDORA || ISWEB) ? 1 : 0);
|
param_b(memory_saving_mode, "memory_saving_mode", (ISMOBILE || ISPANDORA || ISWEB) ? 1 : 0);
|
||||||
param_i(reserve_limit, "memory_reserve", 128);
|
param_i(reserve_limit, "memory_reserve", 128);
|
||||||
addsaver(show_memory_warning, "show_memory_warning");
|
addsaver(show_memory_warning, "show_memory_warning");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user