remove stupid abstraction

This commit is contained in:
SimoZ64
2025-06-28 13:48:18 +02:00
parent 1be357e607
commit 4f618d35e0
20 changed files with 200 additions and 575 deletions

View File

@@ -56,4 +56,5 @@ void EmuThread::Reset() const noexcept {
void EmuThread::Stop() const noexcept {
Util::RPC::GetInstance().Update(Util::RPC::Idling);
core->Stop();
core->rom = {};
}