Stub SetThisSaveDataSecureValue

This commit is contained in:
wheremyfoodat 2023-08-27 22:14:25 +03:00
parent 5f52a1bec4
commit c41b4b465a
2 changed files with 16 additions and 0 deletions
include/services

View file

@ -67,6 +67,7 @@ class FSService {
void openFileDirectly(u32 messagePointer);
void setArchivePriority(u32 messagePointer);
void setPriority(u32 messagePointer);
void setThisSaveDataSecureValue(u32 messagePointer);
// Used for set/get priority: Not sure what sort of priority this is referring to
u32 priority;