forked from eden-emu/eden
Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts
This commit is contained in:
parent
9a3dea2bdc
commit
1fb8727a9a
13 changed files with 90 additions and 13 deletions
|
@ -35,8 +35,6 @@ private:
|
|||
std::shared_ptr<Module> nvdrv;
|
||||
|
||||
u64 pid{};
|
||||
|
||||
Kernel::EventPair query_event;
|
||||
};
|
||||
|
||||
} // namespace Service::Nvidia
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue