somewhat working state

This commit is contained in:
Sonic Dreamcaster
2025-10-23 03:52:45 -03:00
parent 926ad0dbb3
commit 387f73bf05
34 changed files with 2355 additions and 8819 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
#include "recomp_input.h"
namespace zelda64 {
constexpr std::u8string_view program_id = u8"MarioKart64Recompiled";
constexpr std::string_view program_name = "MarioKart 64: Recompiled";
constexpr std::u8string_view program_id = u8"DNZHRecompiled";
constexpr std::string_view program_name = "Duke Nukem Zero Hour: Recompiled";
// TODO: Move loading configs to the runtime once we have a way to allow per-project customization.
void load_config();