mirror of
https://github.com/Takiiiiiiii/strato.git
synced 2025-07-17 08:46:39 +00:00
Fix missing comma in service declaration
This commit is contained in:
@ -101,7 +101,7 @@ namespace skyline::service::fssrv {
|
||||
SFUNC(0xA, IFileSystem, Commit),
|
||||
SFUNC(0xB, IFileSystem, GetFreeSpaceSize),
|
||||
SFUNC(0xC, IFileSystem, GetTotalSpaceSize),
|
||||
SFUNC(0xD, IFileSystem, CleanDirectoryRecursively)
|
||||
SFUNC(0xD, IFileSystem, CleanDirectoryRecursively),
|
||||
SFUNC(0xE, IFileSystem, GetFileTimeStampRaw)
|
||||
)
|
||||
};
|
||||
|
Reference in New Issue
Block a user