mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 02:37:58 +00:00
NVDRV: Fix clearing when destroying.
This commit is contained in:
parent
461c659d48
commit
f43a322d65
3 changed files with 9 additions and 14 deletions
|
@ -110,9 +110,6 @@ private:
|
|||
/// Mapping of file descriptors to the devices they reference.
|
||||
FilesContainerType open_files;
|
||||
|
||||
/// Mapping of device node names to their implementation.
|
||||
std::unordered_map<std::string, std::shared_ptr<Devices::nvdevice>> devices;
|
||||
|
||||
KernelHelpers::ServiceContext service_context;
|
||||
|
||||
EventInterface events_interface;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue