Add SystemSaveData::OpenFile and split up frd:u and frd:a
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user