diff options
| author | XTra.KrazzY <XTra.KrazzY@gmail.com> | 2009-01-03 18:50:01 +0000 |
|---|---|---|
| committer | XTra.KrazzY <XTra.KrazzY@gmail.com> | 2009-01-03 18:50:01 +0000 |
| commit | 5f0939dfd9fc6e75b4432cf4496b7ae942fd4047 (patch) | |
| tree | 05fae4cd751af1238db30938753332942f2c87d1 /Source/Core/DiscIO/Src/FileBlob.cpp | |
| parent | dc189c688cd27a0d337a190fd3c9d918cf5b3095 (diff) | |
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
Diffstat (limited to 'Source/Core/DiscIO/Src/FileBlob.cpp')
| -rw-r--r-- | Source/Core/DiscIO/Src/FileBlob.cpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Source/Core/DiscIO/Src/FileBlob.cpp b/Source/Core/DiscIO/Src/FileBlob.cpp index af456a2734..787335e511 100644 --- a/Source/Core/DiscIO/Src/FileBlob.cpp +++ b/Source/Core/DiscIO/Src/FileBlob.cpp @@ -20,18 +20,6 @@ #include "Blob.h" #include "FileBlob.h" - -////////////////////////////////////////////////// -// Music mod -// ŻŻŻŻŻŻŻŻŻŻ -#include "../../../../Branches/MusicMod/Main/Src/Setup.h" // Define MUSICMOD here -#ifdef MUSICMOD - #include "../../../../Branches/MusicMod/Main/Src/Main.h" -#endif -/////////////////////// - - - #ifdef _WIN32 #include <windows.h> #endif @@ -67,15 +55,6 @@ PlainFileReader::~PlainFileReader() bool PlainFileReader::Read(u64 offset, u64 nbytes, u8* out_ptr) { - ////////////////////////////////////////////////// - // Music mod - // ŻŻŻŻŻŻŻŻŻŻ - #ifdef MUSICMOD - MusicMod::CheckFile(offset, size); - #endif - /////////////////////// - - LONG offset_high = (LONG)(offset >> 32); SetFilePointer(hFile, (DWORD)(offset & 0xFFFFFFFF), &offset_high, FILE_BEGIN); |
