mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-04 22:32:57 +12:00
IR: Deglobalize receiveBuffer
This commit is contained in:
parent
0ab8a6d956
commit
b2904f391f
2 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <span>
|
||||
|
||||
|
@ -51,6 +52,7 @@ class IRUserService {
|
|||
IR::CirclePadPro cpp;
|
||||
|
||||
std::optional<MemoryBlock> sharedMemory = std::nullopt;
|
||||
std::unique_ptr<IR::Buffer> receiveBuffer;
|
||||
bool connectedDevice = false;
|
||||
|
||||
// Header of the IR shared memory containing various bits of info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue