mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-06-26 18:42:05 -04:00
More WIP linux work, upgraded libultra to include changes from BT recomp
This commit is contained in:
+1
-2
@@ -5,7 +5,6 @@
|
||||
|
||||
#include "ultra64.h"
|
||||
#include "multilibultra.hpp"
|
||||
#include "recomp.h"
|
||||
|
||||
// Start time for the program
|
||||
static std::chrono::system_clock::time_point start = std::chrono::system_clock::now();
|
||||
@@ -24,7 +23,7 @@ struct OSTimer {
|
||||
};
|
||||
|
||||
struct AddTimerAction {
|
||||
PTR(OSTask) timer;
|
||||
PTR(OSTimer) timer;
|
||||
};
|
||||
|
||||
struct RemoveTimerAction {
|
||||
|
||||
Reference in New Issue
Block a user