Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleCoaks committed Apr 11, 2024
1 parent f7b750d commit 58ec018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 58ec018

Please sign in to comment.