mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
MusicMod: Added music modification, it currently only works in Windows
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1736 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -37,9 +37,9 @@ public:
|
||||
virtual bool ExportFile(const char* _rFullPath, const char* _rExportFilename) const;
|
||||
virtual bool ExportAllFiles(const char* _rFullPath) const;
|
||||
|
||||
std::vector <SFileInfo> m_FileInfoVector; // Public for the music modification
|
||||
|
||||
private:
|
||||
std::vector <SFileInfo> m_FileInfoVector;
|
||||
private:
|
||||
|
||||
bool m_Initialized;
|
||||
u32 m_OffsetShift; // WII offsets are all shifted
|
||||
|
Reference in New Issue
Block a user