add intro tune, part 3
This commit is contained in:
parent
234ef5c9b4
commit
b3c3c038ad
3 changed files with 32 additions and 9 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue