dolphin/Source/Core/Core/HW
Lioncash 5512876842 General: Migrate from deprecated mbedTLS functions
As indicated by mbedTLS' documentation, all of the relevant functions
have been superseded by _ret-suffixed variants in mbedTLS version
2.7.0.
2019-06-07 22:51:58 -04:00
..
DSPHLE Common/CommonFuncs: Remove now-unneccessary ArraySize function 2019-06-01 10:07:57 -04:00
DSPLLE Common/DebugInterface: Namespace code under the Common namespace 2018-07-09 22:23:57 -04:00
DVD Turn more enum constants into constexpr 2019-05-10 15:04:16 +02:00
EXI Common/CommonFuncs: Remove now-unneccessary ArraySize function 2019-06-01 10:07:57 -04:00
GCMemcard Core/GCMemcard: Remove obsolete TODO 2019-05-27 11:48:38 -04:00
SI SI_DeviceGCAdapter: Stop it being detected as a steering wheel 2019-06-05 23:31:48 -04:00
WiimoteCommon WiimoteEmu: Fix Data Report 0x32. 2019-04-10 20:17:34 -05:00
WiimoteEmu Common/CommonFuncs: Remove now-unneccessary ArraySize function 2019-06-01 10:07:57 -04:00
WiimoteReal Turn more enum constants into constexpr 2019-05-10 15:04:16 +02:00
AddressSpace.cpp AddressSpace: Fix PowerPC::HostWrite_XXX parameter order mixup 2019-05-11 00:15:15 +02:00
AddressSpace.h Debugger/Memory: Add support for address spaces 2019-05-02 21:14:30 -04:00
AudioInterface.cpp AudioInterface: Use member initializers where applicable for unions 2018-05-30 09:49:28 -04:00
AudioInterface.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
CPU.cpp Fix a race condition when shutting down audio stream 2019-05-11 16:36:42 +02:00
CPU.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
DSP.cpp
DSP.h
GCKeyboard.cpp ControllerInterface: Allow hotplug callbacks to be unregistered and don't reload the entire config from the ini file on hotplug, just update the control references. This should fix a crash on shutdown on Android. 2019-01-10 18:32:16 -06:00
GCKeyboard.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
GCKeyboardEmu.cpp InputCommon: Clean up how numeric settings are handled. Add units of measure to UI. Eliminate hidden magic values of the IR cursor. 2019-04-07 09:32:49 -05:00
GCKeyboardEmu.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
GCPad.cpp ControllerInterface: Allow hotplug callbacks to be unregistered and don't reload the entire config from the ini file on hotplug, just update the control references. This should fix a crash on shutdown on Android. 2019-01-10 18:32:16 -06:00
GCPad.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
GCPadEmu.cpp InputCommon: Clean up how numeric settings are handled. Add units of measure to UI. Eliminate hidden magic values of the IR cursor. 2019-04-07 09:32:49 -05:00
GCPadEmu.h InputCommon: Clean up how numeric settings are handled. Add units of measure to UI. Eliminate hidden magic values of the IR cursor. 2019-04-07 09:32:49 -05:00
GPFifo.cpp
GPFifo.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
HW.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
HW.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Memmap.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Memmap.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
MemoryInterface.cpp
MemoryInterface.h
MMIO.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
MMIO.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
MMIOHandlers.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
ProcessorInterface.cpp
ProcessorInterface.h
Sram.cpp Core: Fix some warnings 2019-01-25 21:21:22 +01:00
Sram.h mx sram: replace union-with-byte-array with operator[] to make gcc happy. 2018-10-01 00:00:20 -07:00
StreamADPCM.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
StreamADPCM.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
SystemTimers.cpp Core: Fix some warnings 2019-01-25 21:21:22 +01:00
SystemTimers.h SystemTimers: export performance index from the throttler callback 2018-10-27 15:14:59 +02:00
VideoInterface.cpp Merge pull request #8073 from vladfi1/re-frame-mw 2019-05-10 14:55:27 +02:00
VideoInterface.h TextureCache: Simplify XFB reconstruction 2019-04-21 12:41:15 +10:00
WII_IPC.cpp
WII_IPC.h
Wiimote.cpp WiimoteEmu: Implement "Drawsome" tablet. 2019-05-07 18:07:24 -05:00
Wiimote.h WiimoteEmu: Implement "Drawsome" tablet. 2019-05-07 18:07:24 -05:00
WiiSave.cpp General: Migrate from deprecated mbedTLS functions 2019-06-07 22:51:58 -04:00
WiiSave.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
WiiSaveStructs.h NetPlay save data synchronization 2018-07-19 18:09:20 -04:00