Skip to content

Commit

Permalink
Core: Try to fix android build
Browse files Browse the repository at this point in the history
  • Loading branch information
project64 committed Sep 21, 2023
1 parent aadcca7 commit 10d2b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Project64-core/Plugins/RSPPlugin.cpp
Expand Up @@ -17,7 +17,7 @@ CRSP_Plugin::CRSP_Plugin(void) :
m_EnableDebugging(nullptr),
m_GetDebugInfo(nullptr),
m_InitiateDebugger(nullptr),
m_Thread(stRspThread),
m_Thread((CThread::CTHREAD_START_ROUTINE)stRspThread),
m_CycleCount(0),
m_Plugins(nullptr),
m_System(nullptr),
Expand Down

0 comments on commit 10d2b77

Please sign in to comment.