keep fixing parallel-rdp stuff

This commit is contained in:
CocoSimone
2022-08-06 18:46:47 +02:00
parent c5303ede59
commit 8a450e110b
19 changed files with 64 additions and 45 deletions

View File

@@ -2,8 +2,9 @@
#include <SDL2/SDL_events.h>
namespace n64 {
Core::Core(const std::string& rom) {
void Core::LoadROM(const std::string& rom) {
mem.LoadROM(rom);
initialized = true;
}
void Core::Run() {