IR: Deglobalize receiveBuffer

This commit is contained in:
wheremyfoodat 2025-07-03 01:40:11 +03:00
parent 0ab8a6d956
commit b2904f391f
2 changed files with 4 additions and 5 deletions

View file

@ -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