mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 21:41:19 +12:00
Initial support for title switching + better Wii U menu compatibility (#907)
This commit is contained in:
parent
bfbeeae6f6
commit
2200cc0ddf
95 changed files with 2549 additions and 746 deletions
|
@ -115,6 +115,9 @@ namespace GX2
|
|||
void _GX2DriverReset()
|
||||
{
|
||||
LatteGPUState.gx2InitCalled = 0;
|
||||
sGX2MainCoreIndex = 0;
|
||||
GX2CommandResetToDefaultState();
|
||||
GX2EventResetToDefaultState();
|
||||
}
|
||||
|
||||
sint32 GX2GetMainCoreId(PPCInterpreter_t* hCPU)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue