Should reset this flag in the GSP (needs better name)

This commit is contained in:
SimoneN64 2023-07-10 23:04:07 +02:00
parent 7ad47875b6
commit 49101037b8
2 changed files with 4 additions and 3 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;