mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 15:01:18 +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
|
@ -4,7 +4,7 @@
|
|||
#include "gui/guiWrapper.h"
|
||||
#include "Common/FileStream.h"
|
||||
|
||||
void mainEmulatorCommonInit();
|
||||
void CemuCommonInit();
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
@ -33,7 +33,7 @@ void loadPPCBootrom()
|
|||
|
||||
void mainEmulatorLLE()
|
||||
{
|
||||
mainEmulatorCommonInit();
|
||||
CemuCommonInit();
|
||||
// memory init
|
||||
memory_initPhysicalLayout();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue