mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
[GSP::GPU] Implement SetLCDForceBlack
This commit is contained in:
parent
3ccba6db40
commit
994cb875c1
3 changed files with 17 additions and 1 deletions
|
@ -67,6 +67,11 @@ void Kernel::arbitrateAddress() {
|
|||
break;
|
||||
}
|
||||
|
||||
case ArbitrationType::Signal:
|
||||
printf("Broken ArbitrateAddress (type == SIGNAL)\n");
|
||||
switchThread(0);
|
||||
break;
|
||||
|
||||
default:
|
||||
Helpers::panic("ArbitrateAddress: Unimplemented type %s", arbitrationTypeToString(type));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue