AcessNative - Add _SysTimestamp (based off gettimeofday)
[tpg/acess2.git] / AcessNative / ld-acess_src / exports.c
index 62451ec..8064bb8 100644 (file)
@@ -254,10 +254,7 @@ int acess__SysLoadModule(const char *Path)
 // --- Timekeeping ---
 int64_t acess__SysTimestamp(void)
 {
-       // TODO: Better impl
-       TODO();
-//     return now()*1000;
-       return 0;
+       return native_timestamp();
 }
 
 // --- Memory Management ---

UCC git Repository :: git.ucc.asn.au