This commit is contained in:
wheremyfoodat 2023-07-11 02:50:24 +03:00
commit 51fb4865ee
3 changed files with 4 additions and 1 deletions

View file

@ -22,6 +22,7 @@ enum class GPUInterrupt : u8 {
class Kernel;
class GPUService {
bool registerInterruptRelayQueueBeenHere = false;
Handle handle = KernelHandles::GPU;
Memory& mem;
GPU& gpu;