dolphin/Source/Core/Core/HW
Michael M 1ba43e6c27 DSPSymbols: remove unused ReadAnnotatedAssembly
It's unused, and it used a weird format, something like:

```
void label_name() {
   asm $REG1, $REG2
   // etc
}
```
2018-03-21 17:07:27 -07:00
..
DSPHLE DSP: Fix ACCOV not suspending accelerator reads 2017-09-24 20:48:29 +02:00
DSPLLE DSPSymbols: remove unused ReadAnnotatedAssembly 2018-03-21 17:07:27 -07:00
DVD Assert: Remove unused parameter from DEBUG_ASSERT 2018-03-16 13:01:11 -04:00
EXI Assert: Remove unused parameter from DEBUG_ASSERT 2018-03-16 13:01:11 -04:00
GCMemcard Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
SI GCPadEmu: only connected if default device connected 2017-11-19 16:07:00 +01:00
WiimoteCommon Core: Add WiimoteCommon headers to the VS project 2017-06-15 18:38:21 -04:00
WiimoteEmu Fix emulated Wiimotes 2018-02-20 20:41:29 +01:00
WiimoteReal Assert: Remove unused parameter from DEBUG_ASSERT 2018-03-16 13:01:11 -04:00
AudioInterface.cpp Fix DTK audio not working after loading a savestate 2017-11-06 09:15:14 +01:00
AudioInterface.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
CPU.cpp AudioCommon: rename ClearAudioBuffer(mute) to SetSoundStreamRunning(running) 2017-10-21 16:28:04 -07:00
CPU.h Jit64: Use a temporary register for memory references. Part 1. 2017-04-12 20:53:17 +02:00
DSP.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
DSP.h AX-HLE: delay sending interrupt when done processing command list 2017-05-19 19:04:06 -07:00
GCKeyboard.cpp ControllerInterface: HotplugCallbacks -> DevicesChangedCallbacks 2017-11-10 13:37:42 -08:00
GCKeyboard.h ControllerEmu: Separate ControlGroup from ControllerEmu 2017-02-09 18:18:52 -05:00
GCKeyboardEmu.cpp Move 'Background Input' to controller config dialog 2017-03-13 13:43:20 -07:00
GCKeyboardEmu.h ControllerEmu: Separate ControlGroup from ControllerEmu 2017-02-09 18:18:52 -05:00
GCPad.cpp ControllerInterface: HotplugCallbacks -> DevicesChangedCallbacks 2017-11-10 13:37:42 -08:00
GCPad.h ControllerEmu: Separate ControlGroup from ControllerEmu 2017-02-09 18:18:52 -05:00
GCPadEmu.cpp GCPadEmu: only connected if default device connected 2017-11-19 16:07:00 +01:00
GCPadEmu.h GCPadEmu: only connected if default device connected 2017-11-19 16:07:00 +01:00
GPFifo.cpp Jit64: Inline GP fast check in Cleanup. 2017-11-18 17:43:38 +01:00
GPFifo.h Jit64: Inline GP fast check in Cleanup. 2017-11-18 17:43:38 +01:00
HW.cpp Initialise WiiRoot once per emulation session 2017-06-27 15:44:17 +02:00
HW.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Memmap.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
Memmap.h Memmap: Remove unnecessary const on function declaration parameters 2017-03-06 14:08:07 -05:00
MemoryInterface.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
MemoryInterface.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
MMIO.cpp Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
MMIO.h Assert: Remove unused parameter from DEBUG_ASSERT 2018-03-16 13:01:11 -04:00
MMIOHandlers.h Remove NonCopyable 2017-08-22 16:40:34 +02:00
ProcessorInterface.cpp Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
ProcessorInterface.h Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
Sram.cpp Move IOFile to a separate file 2017-06-15 21:33:50 +02:00
Sram.h Sram: Make SRAM dumps const 2017-01-30 17:44:03 -05:00
StreamADPCM.cpp Fix DTK audio not working after loading a savestate 2017-11-06 09:15:14 +01:00
StreamADPCM.h Fix DTK audio not working after loading a savestate 2017-11-06 09:15:14 +01:00
SystemTimers.cpp Common: Move version strings to their own header 2017-09-09 19:28:10 -04:00
SystemTimers.h IOS: Implement MIOS functionality 2017-02-08 15:07:34 +01:00
VideoInterface.cpp HybridXFB: Fix lint errors 2017-11-17 22:11:31 -06:00
VideoInterface.h FifoPlayer: Generate fake VideoInterface updates 2017-11-17 22:11:29 -06:00
WII_IPC.cpp IPC: Clear X1 when acknowledging a reply 2018-03-16 18:51:08 +01:00
WII_IPC.h IPC: Clear X1 when acknowledging a reply 2018-03-16 18:51:08 +01:00
Wiimote.cpp ControllerInterface: HotplugCallbacks -> DevicesChangedCallbacks 2017-11-10 13:37:42 -08:00
Wiimote.h Sync info about pressed wiimote button 2017-08-01 20:56:45 +02:00
WiiSaveCrypted.cpp Change Wii Save Import alerts 2017-09-29 20:13:14 +10:00
WiiSaveCrypted.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00