mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-06 11:01:38 +12:00
[Kernel/Memory] Implement datetime a bit more nicely
This commit is contained in:
parent
4da023c236
commit
c4cb20f846
4 changed files with 17 additions and 5 deletions
|
@ -155,6 +155,11 @@ public:
|
|||
return env.totalTicks;
|
||||
}
|
||||
|
||||
// Get reference to tick count. Memory needs access to this
|
||||
u64& getTicksRef() {
|
||||
return env.totalTicks;
|
||||
}
|
||||
|
||||
void runFrame() {
|
||||
env.ticksLeft = 268111856 / 60;
|
||||
const auto exitReason = jit->Run();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue