mirror of
https://github.com/open-goal/jak-project
synced 2026-07-09 14:55:51 -04:00
memory cards (in progress) (#868)
* c++ memory card stuff * saving kinda works * load working * more progress * clean up
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
#include "game/mips2c/mips2c_table.h"
|
||||
#include "game/system/vm/vm.h"
|
||||
#include "game/system/newpad.h"
|
||||
#include "game/sce/libscf.h"
|
||||
using namespace ee;
|
||||
|
||||
/*!
|
||||
@@ -692,9 +693,9 @@ u64 DecodeInactiveTimeout() {
|
||||
return masterConfig.inactive_timeout;
|
||||
}
|
||||
|
||||
// TODO DecodeTime
|
||||
void DecodeTime() {
|
||||
assert(false);
|
||||
void DecodeTime(u32 ptr) {
|
||||
Ptr<sceCdCLOCK> clock(ptr);
|
||||
sceCdReadClock(clock.c());
|
||||
}
|
||||
|
||||
// TODO PutDisplayEnv
|
||||
|
||||
Reference in New Issue
Block a user