diff --git a/Core/Core.h b/Core/Core.h index 5398853de4..3cf96c8575 100644 --- a/Core/Core.h +++ b/Core/Core.h @@ -24,7 +24,7 @@ class GraphicsContext; struct InputState; // called from emu thread -void UpdateRunLoop(GraphicsContext *input_state); +void UpdateRunLoop(InputState *input_state); void Core_Run(GraphicsContext *ctx, InputState *input_state); void Core_Stop(); void Core_ErrorPause();