mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:44:19 +01:00
690bd6ccbd
This reverts commit 865af4609c
.
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;
|
|
}
|