mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 11:08:56 +00: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:
parent
55db229929
commit
264056972d
69 changed files with 5299 additions and 511 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue