add intro tune, part 3

This commit is contained in:
tildearrow 2023-02-24 00:38:32 -05:00
parent 234ef5c9b4
commit b3c3c038ad
3 changed files with 32 additions and 9 deletions

View file

@ -451,7 +451,7 @@ int main(int argc, char** argv) {
e.preInit();
if (!fileName.empty()) {
if (!fileName.empty() && ((!e.getConfBool("tutIntroPlayed",false)) || e.getConfInt("alwaysPlayIntro",0)!=3 || consoleMode || benchMode || outName!="" || vgmOutName!="" || cmdOutName!="")) {
logI("loading module...");
FILE* f=ps_fopen(fileName.c_str(),"rb");
if (f==NULL) {