dolphin-emulator/Source/Core
Michael Maltese 1683c69fb7 DSPAssembler: add WARNPC directive from xkas (technically, from asar)
This adds the WARNPC directive from xkas/asar to complement the existing ORG
directive. A common useful idiom is "WARNPC 0xXXXX\nORG 0xXXXX," which only
seeks forward and raises an error if you've already written to that part
of the file.
2017-05-19 19:53:38 -07:00
..
AudioCommon DPL2Decoder: Prefer static_cast to C-style casts 2017-04-23 09:21:30 +01:00
Common Drop remnants of the plugin system 2017-05-19 19:13:16 +02:00
Core DSPAssembler: add WARNPC directive from xkas (technically, from asar) 2017-05-19 19:53:38 -07:00
DiscIO Replace some usages of IVolume::ReadSwapped with IBlobReader::ReadSwapped 2017-05-19 21:31:47 +02:00
DolphinNoGUI Host: Get rid of Host_SetStartupDebuggingParameters() 2017-05-14 19:12:59 -04:00
DolphinQt2 DiscIO: Remove VolumeCreator 2017-05-19 18:33:21 +02:00
DolphinWX Merge pull request #5445 from JosJuice/remove-jitil 2017-05-19 21:33:38 -04:00
InputCommon Merge pull request #5345 from JosJuice/consistent-controller-translation 2017-05-04 09:00:41 -07:00
UICommon Reuse the IOS code for WAD installation 2017-05-14 15:30:42 +02:00
VideoBackends Remove D3D12 2017-05-18 17:01:12 -07:00
VideoCommon Remove D3D12 2017-05-18 17:01:12 -07:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00