mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
e70e623624
Replaces all occurrences of ftell and fseek with ftello and fseeko, respectively. This matters on non-win32 where only these names are altered by the _FILE_OFFSET_BITS define. Win32 still just maps the funcs to ftelli64/fseeki64. Also add some File::GetSize I had skipped in my last commit. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6515 8ced0084-cf51-0410-be5f-012b33b47a6e |
||
---|---|---|
.. | ||
aldlist.cpp | ||
aldlist.h | ||
AlsaSoundStream.cpp | ||
AlsaSoundStream.h | ||
AOSoundStream.cpp | ||
AOSoundStream.h | ||
AudioCommon.cpp | ||
AudioCommon.h | ||
AudioCommonConfig.cpp | ||
AudioCommonConfig.h | ||
CoreAudioSoundStream.cpp | ||
CoreAudioSoundStream.h | ||
DSoundStream.cpp | ||
DSoundStream.h | ||
Mixer.cpp | ||
Mixer.h | ||
NullSoundStream.cpp | ||
NullSoundStream.h | ||
OpenALStream.cpp | ||
OpenALStream.h | ||
PulseAudioStream.cpp | ||
PulseAudioStream.h | ||
SConscript | ||
SoundStream.h | ||
WaveFile.cpp | ||
WaveFile.h | ||
XAudio2Stream.cpp | ||
XAudio2Stream.h |