Config: Port emulation speed setting to new config system.

This commit is contained in:
Admiral H. Curtiss
2022-01-05 23:22:07 +01:00
parent 5d11dc1926
commit fb47035f97
12 changed files with 22 additions and 45 deletions

View File

@ -11,7 +11,6 @@ struct WindowSystemInfo;
namespace BootManager
{
bool BootCore(std::unique_ptr<BootParameters> parameters, const WindowSystemInfo& wsi);
void SetEmulationSpeedReset(bool value);
// Synchronise Dolphin's configuration with the SYSCONF (which may have changed during emulation),
// and restore settings that were overriden by per-game INIs or for some other reason.