mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
CResFactory bug fixes
This commit is contained in:
@@ -32,6 +32,7 @@ public:
|
||||
bool IsComplete() {return m_complete;}
|
||||
void PostCancelRequest()
|
||||
{
|
||||
std::unique_lock<std::mutex> waitlk(CDvdFile::m_WaitMutex);
|
||||
m_cancel = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user