mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 01:07:55 +00:00
HLE/Applets: Stub Mint (eShop) Applet (#2463)
This allows Phoenix Wright - Dual Destinies to boot.
This commit is contained in:
parent
6580180759
commit
6dc26f9d4e
4 changed files with 108 additions and 0 deletions
|
@ -40,6 +40,7 @@ set(SRCS
|
|||
hle/applets/applet.cpp
|
||||
hle/applets/erreula.cpp
|
||||
hle/applets/mii_selector.cpp
|
||||
hle/applets/mint.cpp
|
||||
hle/applets/swkbd.cpp
|
||||
hle/kernel/address_arbiter.cpp
|
||||
hle/kernel/client_port.cpp
|
||||
|
@ -219,6 +220,7 @@ set(HEADERS
|
|||
hle/applets/applet.h
|
||||
hle/applets/erreula.h
|
||||
hle/applets/mii_selector.h
|
||||
hle/applets/mint.h
|
||||
hle/applets/swkbd.h
|
||||
hle/kernel/address_arbiter.h
|
||||
hle/kernel/client_port.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue