mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-12 15:59:17 +00:00
QoL and bug fixes
This commit is contained in:
@ -52,7 +52,7 @@ namespace Driver
|
||||
void *Address = nullptr;
|
||||
void *InterruptCallback = nullptr;
|
||||
Memory::MemMgr *MemTrk = nullptr;
|
||||
DriverInterruptHook *InterruptHook[16] = {nullptr};
|
||||
DriverInterruptHook *InterruptHook[16]{};
|
||||
};
|
||||
|
||||
class DriverInterruptHook : public Interrupts::Handler
|
||||
|
Reference in New Issue
Block a user