Remove Core::GetState(). Use new ARM_Interface instead.
This commit is contained in:
parent
f1fd84aa0f
commit
9b6041d818
4 changed files with 25 additions and 29 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue