mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 04:17:56 -05:00
updated how we call ARM core to make things much faster
This commit is contained in:
@ -6,6 +6,8 @@
|
||||
|
||||
#include "core/core.h"
|
||||
#include "core/loader.h"
|
||||
#include "core/hw/hw.h"
|
||||
|
||||
#include "video_core/video_core.h"
|
||||
|
||||
#include "version.h"
|
||||
@ -40,6 +42,7 @@ void EmuThread::run()
|
||||
emit CPUStepped();
|
||||
}
|
||||
}
|
||||
HW::Update();
|
||||
}
|
||||
|
||||
Core::Stop();
|
||||
|
Reference in New Issue
Block a user