doesnt quite work yet

This commit is contained in:
SimoZ64
2025-05-19 07:01:26 +02:00
parent 6cf2e7ab70
commit be711bf5b3
4 changed files with 123 additions and 2 deletions

View File

@@ -8,8 +8,6 @@ EmuThread::EmuThread(const std::shared_ptr<n64::Core> &core, double &fps, Render
void EmuThread::start() noexcept {
thread = std::thread([this]() {
isRunning = true;
core->parallel.Init(renderWidget.wsiPlatform, renderWidget.windowInfo,
core->cpu->GetMem().GetRDRAMPtr());
auto lastSample = std::chrono::high_resolution_clock::now();
auto avgFps = 16.667;