Core: Try to fix android build

This commit is contained in:
zilmar 2023-09-21 20:13:41 +09:30
parent aadcca7528
commit 10d2b77d7c
1 changed files with 1 additions and 1 deletions

View File

@ -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),