mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-28 04:07:03 +02:00
[fsp] silence annoying GetFileTimeStampRaw reminder
This commit is contained in:
parent
4a11d5db2f
commit
8aff934778
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ Result IFileSystem::GetTotalSpaceSize(
|
|||
Result IFileSystem::GetFileTimeStampRaw(
|
||||
Out<FileSys::FileTimeStampRaw> out_timestamp,
|
||||
const InLargeData<FileSys::Sf::Path, BufferAttr_HipcPointer> path) {
|
||||
LOG_WARNING(Service_FS, "(Partial Implementation) called. file={}", path->str);
|
||||
LOG_DEBUG(Service_FS, "(Partial Implementation) called. file={}", path->str);
|
||||
|
||||
FileSys::FileTimeStampRaw vfs_timestamp{};
|
||||
R_TRY(backend->GetFileTimeStampRaw(&vfs_timestamp, FileSys::Path(path->str)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue