Skip to content

Commit

Permalink
fix animation skip
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor403 committed May 19, 2024
1 parent e599f85 commit a7e20c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cubeboot/source/config.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@

// #define TEST_IPL_PATH "/gc-ntsc-11.bin"
// #define FORCE_IPL_LOAD
// #define TEST_SKIP_ANIMATION
// #define DOLPHIN_DELAY_ENABLE

#define CONFIG_ALPHA_RC "30"
#define CONFIG_ALPHA_RC "31"

// #define USE_FAT_LIBFAT
#define USE_FAT_FATFS
Expand Down
2 changes: 2 additions & 0 deletions patches/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,11 @@ __attribute_used__ u32 bs2tick() {
return STATE_START_GAME;
}

#ifdef TEST_SKIP_ANIMATION
if (TEST_ONLY_skip_animation) {
return STATE_COVER_OPEN;
}
#endif

// TODO: allow the user to decide if they want to logo to play
// return STATE_COVER_OPEN;
Expand Down

0 comments on commit a7e20c5

Please sign in to comment.