gamepad works now finally. Ready for merge in dev

This commit is contained in:
SimoZ64
2025-06-27 12:18:44 +02:00
parent 7ca337ca48
commit 1be357e607
6 changed files with 73 additions and 91 deletions

View File

@@ -21,8 +21,7 @@ public:
void Init(const std::shared_ptr<Vulkan::WSIPlatform> &,
const std::shared_ptr<WindowInfo> &, const u8 *);
ParallelRDP() = default;
void UpdateScreen(n64::Core &, bool = true) const;
void EnqueueCommand(int, const u32 *) const;
void OnFullSync() const;