Stub FS functions

This commit is contained in:
wheremyfoodat 2023-08-27 16:38:21 +03:00
parent 80cdf0354f
commit 7bf97ab840
2 changed files with 21 additions and 1 deletions

View file

@ -53,6 +53,9 @@ class FSService {
void getFreeBytes(u32 messagePointer);
void getFormatInfo(u32 messagePointer);
void getPriority(u32 messagePointer);
void getThisSaveDataSecureValue(u32 messagePointer);
void theGameboyVCFunction(u32 messagePointer);
void initialize(u32 messagePointer);
void initializeWithSdkVersion(u32 messagePointer);
void isSdmcDetected(u32 messagePointer);