mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
[GPU] DMA
This commit is contained in:
parent
8f796352a6
commit
e1ac986009
4 changed files with 32 additions and 4 deletions
|
@ -278,7 +278,8 @@ void GPUService::triggerDMARequest(u32* cmd) {
|
|||
u32 size = cmd[3];
|
||||
bool flush = cmd[7] == 1;
|
||||
|
||||
log("GSP::GPU::TriggerDMARequest (source = %08X, dest = %08X, size = %08X) (Unimplemented)\n", source, dest, size);
|
||||
log("GSP::GPU::TriggerDMARequest (source = %08X, dest = %08X, size = %08X)\n", source, dest, size);
|
||||
gpu.fireDMA(dest, source, size);
|
||||
requestInterrupt(GPUInterrupt::DMA);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue