diff --git a/Source/Core/Core/Core.h b/Source/Core/Core/Core.h index 56c12e0c639e..f8a89a66034c 100644 --- a/Source/Core/Core/Core.h +++ b/Source/Core/Core/Core.h @@ -172,7 +172,7 @@ void SaveScreenShot(std::string_view name); // This displays messages in a user-visible way. void DisplayMessage(std::string message, int time_in_ms); - void RunRioFunctions(const Core::CPUThreadGuard& guard); +void RunRioFunctions(const Core::CPUThreadGuard& guard); void FrameUpdateOnCPUThread(); void OnFrameEnd(); bool IsGolfMode();