mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-22 03:43:42 +00: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