MusicMod: A couple of fixes, more to come (when I find what is the I/O interrupt we have to trap to only get music, and in the correct time)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1748 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY
2009-01-03 18:50:01 +00:00
parent dc189c688c
commit 5f0939dfd9
3 changed files with 18 additions and 22 deletions

View File

@ -156,7 +156,8 @@ bool CheckFileEnding(std::string FileName)
|| (FileName.find(".dsp") != std::string::npos) // Metroid Prime
|| (FileName.find(".hps") != std::string::npos) // SSB Melee
)
return true;
return true;
return false;
}
// =======================================================================================