CI Workflows (#2)

* CI Implementation setup

* update rom name

* update rom name (aspMain.us.toml)

* update recompsyms

* Set execute bit for appimage.sh

* Set execute bit for ld64
This commit is contained in:
Alejandro Asenjo Nitti
2025-10-25 01:07:02 -03:00
committed by GitHub
parent 4c9e2864a7
commit 205a7f5293
24 changed files with 867 additions and 29 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ gpr get_entrypoint_address();
std::vector<recomp::GameEntry> supported_games = {
{
.rom_hash = 0xafc33da7101fec88, // retail
.internal_name = "MARIOKART64",
.internal_name = "DUKE NUKEM ZERO HOUR",
.game_id = u8"dnzh.us",
.mod_game_id = "dnzh",
.save_type = recomp::SaveType::None,