Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko committed Feb 17, 2025
1 parent 8d2a96e commit 402a773
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions decompile/General/MAIN/MainMain.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,11 @@ u_int DECOMP_main()
gGT->pushBuffer[0].rot[1] = 0;
gGT->pushBuffer[0].rot[2] = 0;

#ifndef USE_PROFILER
// wait 5 seconds
if(gGT->timer > 30*5)
DECOMP_MainRaceTrack_RequestLoad(MAIN_MENU_LEVEL);
#endif
}

int tap = gGS->gamepad[0].buttonsTapped;
Expand Down Expand Up @@ -705,6 +707,12 @@ void StateZero()

void DebugMenu_Init();
DebugMenu_Init();

// PC port SELECT button does not work
#ifdef REBUILD_PC
gGT->gameMode1 |= DEBUG_MENU;
#endif

#endif

ResetGraph(0);
Expand Down
2 changes: 2 additions & 0 deletions rebuild_PS1/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
#define SquareRoot0_stub SquareRoot0

// temporarily require manual including
#include "../decompile/General/AltMods/Mods1.c"
#include "../decompile/General/AltMods/Mods3.c"
#include "../decompile/General/AltMods/Mods4.c"
#include "../decompile/General/AltMods/Mods8.c"

#include "../decompile/General/MAIN/MAIN_AAA_BigBlock1.c"

Expand Down

0 comments on commit 402a773

Please sign in to comment.