Make this a unique_prt

This commit is contained in:
SimoneN64
2024-01-18 23:35:30 +01:00
parent 6e010b4adb
commit 7f1bef6037
5 changed files with 9 additions and 8 deletions

View File

@@ -21,6 +21,7 @@ Core::Core() {
}
cpu = std::make_unique<Interpreter>();
LoadParallelRDP(cpu->mem.GetRDRAM());
}
void Core::Stop() {