mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
ConfigManager: remove bAutoHideCursor
It's not used, and sounds like the same thing as `HideCursor`?
This commit is contained in:
@ -132,7 +132,7 @@ struct SConfig : NonCopyable
|
||||
|
||||
// Interface settings
|
||||
bool bConfirmStop = false;
|
||||
bool bHideCursor = false, bAutoHideCursor = false;
|
||||
bool bHideCursor = false;
|
||||
bool bUsePanicHandlers = true;
|
||||
bool bOnScreenDisplayMessages = true;
|
||||
std::string theme_name;
|
||||
|
Reference in New Issue
Block a user