dolphin/Source/Core/Core/DSP
comex cf01f47b52 Fix bloody printf specifiers.
In particular, even in code that only runs on x86-64, you can't use
PRIx64 for size_t because, on OS X, one is unsigned long and the other
is unsigned long long and clang whines about the difference.  I guess
you could make a size_t specifier macro, but those are horribly ugly, so
I just used casting.

Anyone want to make a nice (and slow) template-based printf?

Now without bare 'unsigned'.
2014-08-24 15:56:41 -04:00
..
Jit Fix bloody printf specifiers. 2014-08-24 15:56:41 -04:00
DSPAccelerator.cpp mark all local functions as static 2014-07-11 16:07:23 +02:00
DSPAccelerator.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
DSPAnalyzer.cpp mark all local functions as static 2014-07-11 16:07:23 +02:00
DSPAnalyzer.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
DSPAssembler.cpp Fix warnings unearthed by #579 2014-07-13 02:16:51 +02:00
DSPAssembler.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
DSPBreakpoints.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
DSPCaptureLogger.cpp DSP: Add support for PCAP logging of CPU<->DSP communications 2014-06-22 20:04:46 +02:00
DSPCaptureLogger.h DSP: Add support for PCAP logging of CPU<->DSP communications 2014-06-22 20:04:46 +02:00
DSPCodeUtil.cpp Removed warning caused by calling std::min<int> with size_t values 2014-08-15 13:23:19 -05:00
DSPCodeUtil.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
DSPCommon.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
DSPCore.cpp mark all local variables as static 2014-07-11 16:10:20 +02:00
DSPCore.h Core: Get rid of C-style struct typedefs 2014-08-09 21:58:08 -04:00
DSPDisassembler.cpp mark all local functions as static 2014-07-11 16:07:23 +02:00
DSPDisassembler.h [Core] Clean up the DSP disassembler 2014-07-02 20:19:39 -04:00
DSPEmitter.cpp Remove x86_32 from the DSP JIT. 2014-08-03 13:44:37 -05:00
DSPEmitter.h Remove dumb CodeBlock duplication in the emitters. 2014-04-09 13:53:43 -05:00
DSPHost.h Add a namespace to DSPHost. 2014-03-09 12:30:13 -04:00
DSPHWInterface.cpp Core: Default initialize a pointer to nullptr in gdsp_do_dma() 2014-08-06 12:10:09 -04:00
DSPHWInterface.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
DSPIntArithmetic.cpp Renamed all Core/DPS/Dsp* files to Core/DSP/DSP* 2014-04-10 12:10:55 -06:00
DSPIntBranch.cpp Renamed all Core/DPS/Dsp* files to Core/DSP/DSP* 2014-04-10 12:10:55 -06:00
DSPIntCCUtil.cpp Fix more header sorting issues in Core/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
DSPIntCCUtil.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
DSPInterpreter.cpp mark all local variables as static 2014-07-11 16:10:20 +02:00
DSPInterpreter.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
DSPIntExtOps.cpp Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
DSPIntExtOps.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
DSPIntLoadStore.cpp Renamed all Core/DPS/Dsp* files to Core/DSP/DSP* 2014-04-10 12:10:55 -06:00
DSPIntMisc.cpp Renamed all Core/DPS/Dsp* files to Core/DSP/DSP* 2014-04-10 12:10:55 -06:00
DSPIntMultiplier.cpp Renamed all Core/DPS/Dsp* files to Core/DSP/DSP* 2014-04-10 12:10:55 -06:00
DSPIntUtil.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
DSPMemoryMap.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
DSPMemoryMap.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
DSPStacks.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
DSPStacks.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
DSPTables.cpp Core: Fix vertical alignment of a table in DSPTables.cpp 2014-08-19 13:58:59 -04:00
DSPTables.h Get rid of a few C-style struct declarations 2014-07-23 20:36:45 -04:00
LabelMap.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
LabelMap.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00