dolphin/Source/DSPSpy
Shawn Hoffman e70e623624 Second attempt at issue 3458. Fixes issue 3458.
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
2010-12-04 03:50:55 +00:00
..
templates
tests Hg: 2010-06-09 01:37:08 +00:00
util
build.sh
Config.h
ConsoleHelper.h
dsp_interface.cpp
dsp_interface.h
dspregs.h fixes for my previous commits 2010-08-14 09:07:28 +00:00
DSPSpy.vcproj dspspy working again 2010-08-14 08:53:05 +00:00
gba.txt Meta: 2010-06-02 18:00:22 +00:00
main_spy.cpp dspspy working again 2010-08-14 08:53:05 +00:00
Makefile Meta: 2010-06-02 18:00:22 +00:00
mem_dump.h Hg: 2010-06-09 01:37:08 +00:00
real_dsp.cpp
real_dsp.h
sbuild.sh
Stubs.cpp Second attempt at issue 3458. Fixes issue 3458. 2010-12-04 03:50:55 +00:00