MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / super_potato

Function super_potato

core/src/config.cc:214–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 }
213
214 bool super_potato()
215 {
216#if 1 // CEF_VERSION_MAJOR == 91
217 return get_config_value_bool("SuperLowSpecMode", false);
218#endif
219 return get_config_value_bool(__func__, false);
220 }
221
222 bool silent_mode()
223 {

Calls 1

get_config_value_boolFunction · 0.85

Tested by

no test coverage detected