dolphin/Source/Core/Core/IOS
Brad Smith 49afa23f95 Silence AES warning
This warning came about after 46ad8b9d68

In file included from /home/ports/pobj/dolphin-5.0.0.20230429/dolphin-5.0.0.20230429/Source/Core/Core/IOS/WFS/WFSI.cpp:4:
/home/ports/pobj/dolphin-5.0.0.20230429/dolphin-5.0.0.20230429/Source/Core/Core/IOS/WFS/WFSI.h:54:6: warning: private field 'm_aes_key' is not used [-Wunused-private-field]
  u8 m_aes_key[0x10] = {};
     ^
2023-05-22 23:34:19 -04:00
..
DI IOS/ES: Split ESDevice into ESCore and ESDevice. 2023-05-15 20:41:05 +02:00
ES StringUtil: Move IsPrintableCharacter() into Common namespace 2023-05-16 14:17:54 -04:00
FS StringUtil: Move IsPrintableCharacter() into Common namespace 2023-05-16 14:17:54 -04:00
Network Merge pull request #11736 from noahpistilli/get-scheduler-stat 2023-05-01 01:19:11 +01:00
SDIO IOS: Leverage Kernel/EmulationKernel difference for passing System to most IOS devices. 2023-04-25 02:22:34 +02:00
STM IOS: Leverage Kernel/EmulationKernel difference for passing System to most IOS devices. 2023-04-25 02:22:34 +02:00
USB StringUtil: Move IsPrintableCharacter() into Common namespace 2023-05-16 14:17:54 -04:00
WFS Silence AES warning 2023-05-22 23:34:19 -04:00
Device.cpp IOS: Move more emulation-only stuff from Kernel to EmulationKernel. 2023-05-15 20:41:49 +02:00
Device.h IOS: Leverage Kernel/EmulationKernel difference for passing System to most IOS devices. 2023-04-25 02:22:34 +02:00
DeviceStub.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DeviceStub.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DolphinDevice.cpp IOS: Leverage Kernel/EmulationKernel difference for passing System to most IOS devices. 2023-04-25 02:22:34 +02:00
DolphinDevice.h IOS: Leverage Kernel/EmulationKernel difference for passing System to most IOS devices. 2023-04-25 02:22:34 +02:00
IOS.cpp IOS/EmulationKernel: Remove m_device_map_mutex, m_device_map is only modified in the constructor and destructor. 2023-05-15 20:54:21 +02:00
IOS.h IOS/EmulationKernel: Remove m_device_map_mutex, m_device_map is only modified in the constructor and destructor. 2023-05-15 20:54:21 +02:00
IOSC.cpp fix verifying wii dev signatures 2022-08-16 12:47:26 -07:00
IOSC.h fix verifying wii dev signatures 2022-08-16 12:47:26 -07:00
MIOS.cpp PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
MIOS.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Uids.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
VersionInfo.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
VersionInfo.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00