mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
MemoryCard PutTo implementations
This commit is contained in:
@@ -3,17 +3,26 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <chrono>
|
||||
|
||||
#include "RetroTypes.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
using OSTime = s64;
|
||||
|
||||
class CBasics
|
||||
{
|
||||
public:
|
||||
static void Init();
|
||||
static const char* Stringize(const char* fmt, ...);
|
||||
|
||||
static const u64 SECONDS_TO_2000;
|
||||
static const u64 TICKS_PER_SECOND;
|
||||
|
||||
static OSTime ToWiiTime(std::chrono::system_clock::time_point time);
|
||||
static std::chrono::system_clock::time_point FromWiiTime(OSTime wiiTime);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user