mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-17 11:11:30 +12:00
Add CRS pointer
This commit is contained in:
parent
871bcb8695
commit
6b1a56bb82
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ class LDRService {
|
||||||
Memory& mem;
|
Memory& mem;
|
||||||
MAKE_LOG_FUNCTION(log, ldrLogger)
|
MAKE_LOG_FUNCTION(log, ldrLogger)
|
||||||
|
|
||||||
|
u32 loadedCRS;
|
||||||
|
|
||||||
// Service commands
|
// Service commands
|
||||||
void initialize(u32 messagePointer);
|
void initialize(u32 messagePointer);
|
||||||
void loadCRR(u32 messagePointer);
|
void loadCRR(u32 messagePointer);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue