Core/ConfigManager: Remove dead bAutomaticStart flag.

This commit is contained in:
Admiral H. Curtiss
2024-01-31 22:53:43 +01:00
parent da6b5dd38a
commit 14121c5504
4 changed files with 0 additions and 11 deletions

View File

@ -44,7 +44,6 @@ struct BootParameters;
struct SConfig
{
// Settings
bool bAutomaticStart = false;
bool bBootToPause = false;
bool bJITNoBlockCache = false;