Use virtual class for different cpu types rather than that hot mess with pointers and shiz
This commit is contained in:
@@ -9,7 +9,7 @@ App::App() : window(core) {
|
||||
|
||||
void App::Run() {
|
||||
SDL_EventState(SDL_DROPFILE, SDL_ENABLE);
|
||||
n64::SI& si = core.mem.mmio.si;
|
||||
n64::SI& si = core.cpu->mem.mmio.si;
|
||||
|
||||
while (!core.done) {
|
||||
core.Run(window, window.settings.GetVolumeL(), window.settings.GetVolumeL());
|
||||
|
||||
Reference in New Issue
Block a user