early-access version 2804

This commit is contained in:
pineappleEA
2022-06-27 23:04:31 +02:00
parent 8a674958a7
commit 5cf5fef861
18 changed files with 99 additions and 43 deletions

View File

@@ -96,6 +96,7 @@ public:
private:
friend class EventInterface;
friend class Service::NVFlinger::NVFlinger;
/// Id to use for the next open file descriptor.
DeviceFD next_fd = 1;
@@ -111,8 +112,6 @@ private:
/// Manages syncpoints on the host
NvCore::Container container;
void CreateEvent(u32 event_id);
void FreeEvent(u32 event_id);
std::unordered_map<std::string, std::function<FilesContainerType::iterator(DeviceFD)>> builders;
};