mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 07:25:37 -04:00
Fixed typo in gfx.cpp (#1868)
Co-authored-by: animalstyletaco <animalstyletaco95@gmail.com>
This commit is contained in:
@@ -155,7 +155,7 @@ void LoadPeripheralSettings(const ghc::filesystem::path& filepath) {
|
||||
g_is_debug_menu_visible_on_startup = configuration["Debug Menu Visibility"].get<bool>();
|
||||
}
|
||||
|
||||
if (configuration.find("Debug Menu Visibility") != configuration.end()) {
|
||||
if (configuration.find("Use Mouse") != configuration.end()) {
|
||||
g_settings.pad_mapping_info.use_mouse = configuration["Use Mouse"].get<bool>();
|
||||
}
|
||||
int controller_index = 0;
|
||||
|
||||
Reference in New Issue
Block a user