Emulator: Change main to become an Inferno application

This commit is contained in:
Riyyi
2022-10-16 12:46:10 +02:00
parent ce46f5033a
commit fcfd27468d
3 changed files with 44 additions and 25 deletions
-9
View File
@@ -78,15 +78,6 @@ void Loader::init()
Emu::the().writeMemory(i, bootrom[i]);
}
update();
}
void Loader::update()
{
while (true) {
Emu::the().update();
}
}
void Loader::destroy()