mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
Should reset this flag in the GSP (needs better name)
This commit is contained in:
parent
7ad47875b6
commit
49101037b8
2 changed files with 4 additions and 3 deletions
|
@ -22,6 +22,7 @@ enum class GPUInterrupt : u8 {
|
|||
class Kernel;
|
||||
|
||||
class GPUService {
|
||||
bool registerInterruptRelayQueueBeenHere = false;
|
||||
Handle handle = KernelHandles::GPU;
|
||||
Memory& mem;
|
||||
GPU& gpu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue