mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[GSP::GPU] Implement writeHwRegs
This commit is contained in:
parent
a5384095df
commit
99e795c141
4 changed files with 35 additions and 3 deletions
|
@ -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) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue