mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-10 00:09:24 +01:00
690bd6ccbd
This reverts commit 865af4609c49015c64f4092fd53315a1110b8042. Turns out it is for whole filesystem. oops.
10 lines
188 B
C
10 lines
188 B
C
#include "devoptab_fs.h"
|
|
|
|
int
|
|
__wut_fs_getmtime(const char *name,
|
|
uint64_t *mtime)
|
|
{
|
|
// TODO: Last modified time can probably be get via FSGetStatFile
|
|
return -1;
|
|
}
|