mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-18 20:08:06 +00:00
do not print Steamdeck check debug
This commit is contained in:
@@ -1091,7 +1091,6 @@ EX void initConfig() {
|
||||
fhstream f("/sys/devices/virtual/dmi/id/board_name", "rt");
|
||||
if(f.f) {
|
||||
string s = scanline_noblank(f);
|
||||
println(hlog, "got '", s, "'");
|
||||
bool deck = s.find("Jupiter") != string::npos;
|
||||
if(deck) {
|
||||
centered_menus = true;
|
||||
|
||||
Reference in New Issue
Block a user