mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 03:47:48 +00:00
Addressed issues
This commit is contained in:
parent
f0b74aa725
commit
d8f879952c
10 changed files with 86 additions and 17 deletions
|
@ -112,7 +112,7 @@ public:
|
|||
return std::static_pointer_cast<T>(itr->second);
|
||||
}
|
||||
|
||||
NvResult VerifyFd(DeviceFD fd) const;
|
||||
NvResult VerifyFD(DeviceFD fd) const;
|
||||
|
||||
/// Opens a device node and returns a file descriptor to it.
|
||||
DeviceFD Open(const std::string& device_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue