mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-24 04:26:25 +12:00
Add old LoadCRO
Silly Pokémon X needs this.
This commit is contained in:
parent
d452caa976
commit
4cd9c6c77e
2 changed files with 24 additions and 13 deletions
include/services
|
@ -17,8 +17,8 @@ class LDRService {
|
|||
|
||||
// Service commands
|
||||
void initialize(u32 messagePointer);
|
||||
void loadCRO(u32 messagePointer, bool isNew);
|
||||
void loadCRR(u32 messagePointer);
|
||||
void loadCRONew(u32 messagePointer);
|
||||
void unloadCRO(u32 messagePointer);
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue