diff --git a/Core/Config.h b/Core/Config.h index 1e5737d06c2b..fce089a7f1bb 100644 --- a/Core/Config.h +++ b/Core/Config.h @@ -251,6 +251,9 @@ struct Config { std::string sThemeName; + // These aren't saved, just for instant debugging. + bool bLogFrameDrops; + // Analog stick tilting // This is the held base angle (from the horizon), that we compute the tilt relative from. float fTiltBaseAngleY;