mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 12:39:13 +12:00
Stub LDR_RO::LoadCRONew
This commit is contained in:
parent
d2ae87ae20
commit
9d0c4c150e
2 changed files with 22 additions and 1 deletions
|
@ -13,6 +13,7 @@ class LDRService {
|
|||
// Service commands
|
||||
void initialize(u32 messagePointer);
|
||||
void loadCRR(u32 messagePointer);
|
||||
void loadCRONew(u32 messagePointer);
|
||||
|
||||
public:
|
||||
LDRService(Memory& mem) : mem(mem) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue