Upgrade to C++23
This commit is contained in:
@@ -8,7 +8,9 @@ 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;
|
||||
auto sampledFps = 0;
|
||||
|
||||
Reference in New Issue
Block a user