updated how we call ARM core to make things much faster

This commit is contained in:
bunnei 2014-05-17 11:59:18 -04:00
parent a4fd257469
commit 265c770a9d
8 changed files with 44 additions and 30 deletions

View file

@ -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();