mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 17:21:52 +01:00
10 lines
183 B
C
10 lines
183 B
C
#include "devoptab_fs.h"
|
|
|
|
int
|
|
__wut_fs_getmtime(const char *name,
|
|
u64 *mtime)
|
|
{
|
|
// TODO: Last modified time can probably be get via FSGetStatFile
|
|
return -1;
|
|
}
|