Let's try this

This commit is contained in:
Simone
2024-01-22 09:49:16 +01:00
parent f5196f5ce2
commit 410f9f62fc
6 changed files with 57 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ EmuThread::EmuThread(std::unique_ptr<QtInstanceFactory>&& instance, std::unique_
LoadParallelRDP(core.cpu->mem.GetRDRAM());
while (true) {
if (!core.pause) {
core.cpu->mem.mmio.si.pif.UpdateController();
core.Run(0.5, 0.5);
if(core.render) {
UpdateScreenParallelRdp(core, core.cpu->mem.mmio.vi);