mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Core/ConfigManager: Remove dead bAutomaticStart flag.
This commit is contained in:
@ -44,7 +44,6 @@ struct BootParameters;
|
||||
struct SConfig
|
||||
{
|
||||
// Settings
|
||||
bool bAutomaticStart = false;
|
||||
bool bBootToPause = false;
|
||||
|
||||
bool bJITNoBlockCache = false;
|
||||
|
Reference in New Issue
Block a user