Update to use RecompFrontend.

This commit is contained in:
Dario
2026-08-16 10:51:45 -03:00
parent 1a9c26613c
commit 04869ec813
153 changed files with 620 additions and 26374 deletions
+5
View File
@@ -5,6 +5,11 @@
#include <string>
namespace zelda64 {
namespace debug {
inline const std::string tab_id = "debug";
inline const std::string tab_name = "Debug";
}
struct SceneWarps {
int index;
std::string name;