mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Merge pull request #4372 from aldelaro5/fix-scheduleEvent-assert
Fix a schedule event assert on ClearCacheThreadSafe
This commit is contained in:
@ -84,7 +84,7 @@ void JitBaseBlockCache::Clear()
|
|||||||
|
|
||||||
void JitBaseBlockCache::SchedulateClearCacheThreadSafe()
|
void JitBaseBlockCache::SchedulateClearCacheThreadSafe()
|
||||||
{
|
{
|
||||||
CoreTiming::ScheduleEvent(0, s_clear_jit_cache_thread_safe);
|
CoreTiming::ScheduleEvent(0, s_clear_jit_cache_thread_safe, 0, CoreTiming::FromThread::NON_CPU);
|
||||||
}
|
}
|
||||||
|
|
||||||
void JitBaseBlockCache::Reset()
|
void JitBaseBlockCache::Reset()
|
||||||
|
Reference in New Issue
Block a user