mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
remove MusicMod
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3657 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -58,10 +58,6 @@
|
||||
#include "Frame.h"
|
||||
#include "CodeWindow.h"
|
||||
#include "Setup.h"
|
||||
// MusicMod
|
||||
#ifdef MUSICMOD
|
||||
#include "../../../Externals/MusicMod/Main/Src/Main.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
@ -204,16 +200,6 @@ bool BootCore(const std::string& _rFilename)
|
||||
#endif
|
||||
// =====================
|
||||
|
||||
|
||||
// =================================================================
|
||||
// Init MusicMod
|
||||
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
#ifdef MUSICMOD
|
||||
MusicMod::Main(StartUp.m_strFilename);
|
||||
#endif
|
||||
// ===================
|
||||
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user