[GSP::GPU] Implement writeHwRegs
This commit is contained in:
@@ -15,6 +15,7 @@ class GPUService {
|
||||
// Service commands
|
||||
void acquireRight(u32 messagePointer);
|
||||
void registerInterruptRelayQueue(u32 messagePointer);
|
||||
void writeHwRegs(u32 messagePointer);
|
||||
|
||||
public:
|
||||
GPUService(Memory& mem, u32& currentPID) : mem(mem), currentPID(currentPID) {}
|
||||
|
||||
Reference in New Issue
Block a user