mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-08 23:25:40 +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;
|
||||
MAKE_LOG_FUNCTION(log, ldrLogger)
|
||||
|
||||
u32 loadedCRS;
|
||||
|
||||
// Service commands
|
||||
void initialize(u32 messagePointer);
|
||||
void loadCRR(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Reference in a new issue