Refactor so parallel-rdp is in charge of polling inputs and not the EmuThread

This commit is contained in:
SimoneN64
2024-09-25 22:09:44 +02:00
parent 56b9d69861
commit 2744de8d3e
14 changed files with 174 additions and 151 deletions

View File

@@ -2,6 +2,7 @@
#include <ParallelRDPWrapper.hpp>
#include <memory>
#include <rdp_device.hpp>
#include <core/mmio/VI.hpp>
using namespace Vulkan;
using namespace RDP;

View File

@@ -1,8 +1,11 @@
#pragma once
#include <backend/Core.hpp>
#include <rdp_device.hpp>
#include <wsi.hpp>
#include <SDL3/SDL.h>
#include <common.hpp>
namespace n64 {
struct VI;
}
class ParallelRDP {
public: