remove stupid abstraction
This commit is contained in:
@@ -8,7 +8,6 @@ Core::Core() : cpu(std::make_unique<Interpreter>(parallel)) {}
|
||||
void Core::Stop() {
|
||||
pause = true;
|
||||
romLoaded = false;
|
||||
rom = {};
|
||||
cpu->Reset();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user