mirror of
https://github.com/wiiu-env/wut.git
synced 2025-02-09 06:23:28 +01:00
10 lines
188 B
C
10 lines
188 B
C
#include "devoptab_sd.h"
|
|
|
|
int
|
|
__wut_fs_getmtime(const char *name,
|
|
uint64_t *mtime)
|
|
{
|
|
// TODO: Last modified time can probably be get via FSGetStatFile
|
|
return -1;
|
|
}
|