#include #include #include #include #include RenderWidget::RenderWidget(SDL_Window* window) { wsiPlatform = std::make_shared(window); windowInfo = std::make_shared(window); n64::Core& core = n64::Core::GetInstance(); core.parallel.Init(wsiPlatform, windowInfo, core.GetMem().GetRDRAMPtr()); }