mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Fix wrong type of parameter to UpdateRunLoop. Do not understand how this compiled.
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user