mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 22:21:52 +01:00
b4619783ca
stdint.h exists for a reason.
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;
|
|
}
|