Update rpcs3/Emu/system_config.h

Co-authored-by: Megamouse <studienricky89@googlemail.com>
This commit is contained in:
Bevan Weiss 2020-09-17 20:02:45 +10:00 committed by Megamouse
parent 53212ba7a9
commit 20f1eb865b

View file

@ -249,7 +249,7 @@ struct cfg_root : cfg::node
cfg::_enum<CellSysutilLang> language{ this, "Language", CellSysutilLang{1} }; // CELL_SYSUTIL_LANG_ENGLISH_US
cfg::_enum<CellKbMappingType> keyboard_type{ this, "Keyboard Type", CellKbMappingType{0} }; // CELL_KB_MAPPING_101 = US
cfg::_enum<enter_button_assign> enter_button_assignment{ this, "Enter button assignment", enter_button_assign::cross };
cfg::_int<-60*60*24*365*100LL, 60*60*24*365*100LL> console_time_offset{ this, "Console time offset (s)", 0 }; //console time offset, limited to +/-100years
cfg::_int<-60*60*24*365*100LL, 60*60*24*365*100LL> console_time_offset{ this, "Console time offset (s)", 0 }; // console time offset, limited to +/-100years
} sys{ this };