Files
Microtransactions64/include/config/config_cutscenes.h
someone2639 76dae5e8dd Add file select skip define (#723)
* add config define to skip file select

* implement file select skip

* Add more coverage to the skip file select tweak

---------

Co-authored-by: someone2639 <someone2639@gmail.com>
2023-12-14 23:27:50 -05:00

26 lines
392 B
C

#pragma once
/*********************
* CUTSCENE SETTINGS *
*********************/
/************************
* -- CUTSCENE SKIPS -- *
************************/
/**
* Skips the peach letter cutscene.
*/
#define PEACH_SKIP
/**
* Skips the title/splash screen (Super Mario 64 logo).
*/
// #define SKIP_TITLE_SCREEN
/**
* Skips the File Select screen
*/
// #define SKIP_FILE_SELECT