Remove Core::GetState(). Use new ARM_Interface instead.

This commit is contained in:
Mathieu Vaillancourt 2014-04-04 23:24:09 -04:00
parent f1fd84aa0f
commit 9b6041d818
4 changed files with 25 additions and 29 deletions

View file

@ -25,8 +25,6 @@ void EmuThread::SetFilename(const char* filename)
void EmuThread::run()
{
Core::Start(); //autoboot for now
while (true)
{
for (int tight_loop = 0; tight_loop < 10000; ++tight_loop)