mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-17 17:23:57 +12:00
Add SystemSaveData::OpenFile and split up frd:u and frd:a
This commit is contained in:
parent
c48f8327c6
commit
7c2167e0f2
7 changed files with 61 additions and 12 deletions
src/core/services
|
@ -27,7 +27,7 @@ namespace FRDCommands {
|
|||
|
||||
void FRDService::reset() { loggedIn = false; }
|
||||
|
||||
void FRDService::handleSyncRequest(u32 messagePointer) {
|
||||
void FRDService::handleSyncRequest(u32 messagePointer, FRDService::Type type) {
|
||||
const u32 command = mem.read32(messagePointer);
|
||||
switch (command) {
|
||||
case FRDCommands::AttachToEventNotification: attachToEventNotification(messagePointer); break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue