More WIP linux work, upgraded libultra to include changes from BT recomp

This commit is contained in:
Mr-Wiseguy
2023-10-23 15:32:30 -04:00
parent 2865ef758e
commit f361fddd3e
21 changed files with 1108 additions and 326 deletions
+1 -2
View File
@@ -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 {