mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 10:25:45 +00:00
hle: Initial implementation of NX service framework and IPC.
This commit is contained in:
parent
14ebd959bd
commit
2ea8867549
21 changed files with 578 additions and 863 deletions
|
@ -366,7 +366,7 @@ static void WritePicaReg(u32 id, u32 value, u32 mask) {
|
|||
switch (id) {
|
||||
// Trigger IRQ
|
||||
case PICA_REG_INDEX(trigger_irq):
|
||||
Service::GSP::SignalInterrupt(Service::GSP::InterruptId::P3D);
|
||||
//Service::GSP::SignalInterrupt(Service::GSP::InterruptId::P3D);
|
||||
break;
|
||||
|
||||
case PICA_REG_INDEX(pipeline.triangle_topology):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue