dolphin/Source/Core/Core/IOS/USB
Léo Lam c0f7f91507
Core: Fix an assertion that mistakenly uses a fmt format string
Unfortunately, adding a DEBUG_ASSERT_MSG_FMT isn't actually possible
right now because of compiler bugs:
https://github.com/dolphin-emu/dolphin/pull/9284

We could require a newer version of GCC (10) but that would require
updating GCC on the build machines.

For what it's worth, older versions of GCC (8, 9) are broken in
many ways: adding constexpr to some Matrix functions causes GCC 8
to generate bugged code that causes the Wii IR pointer to disappear,
which means that the generated builds are already unusable
(see https://dolp.in/i12324).

Additionally,  we've already had to add workarounds for those versions
in the format macros to fix compilation bugs. This time, it looks like
workarounds won't cut it; even applying the workaround
described in https://github.com/fmtlib/fmt/pull/1580 does not help.
2020-11-28 21:11:27 +01:00
..
Bluetooth Core: Fix an assertion that mistakenly uses a fmt format string 2020-11-28 21:11:27 +01:00
OH0 Core: Convert logging over to fmt pt.4 2020-11-23 11:53:21 -05:00
USB_HID Core: Convert logging over to fmt pt.4 2020-11-23 11:53:21 -05:00
USB_VEN IOS/USB: Fix -Winvalid-offset warnings 2020-10-24 14:02:38 +02:00
Common.cpp Core/IOS: Use fmt where applicable 2019-06-20 11:50:02 -04:00
Common.h IOS/USB: Claim all interfaces ahead-of-time 2019-05-24 20:47:46 +02:00
Host.cpp Core: Convert logging over to fmt pt.4 2020-11-23 11:53:21 -05:00
Host.h IOS/USB: Move scan thread logic into a separate class 2020-08-17 15:14:45 +02:00
LibusbDevice.cpp Core: Convert logging over to fmt pt.4 2020-11-23 11:53:21 -05:00
LibusbDevice.h Move libusb utilities to LibusbUtils 2019-05-27 20:09:55 +02:00
USB_KBD.cpp Core: Convert logging over to fmt pt.4 2020-11-23 11:53:21 -05:00
USB_KBD.h IOS/USB_KBD: Normalize variable names 2019-05-31 09:05:31 -04:00
USBV0.cpp Use nested namespaces for IOS HLE 2018-05-30 11:40:05 +02:00
USBV0.h Use nested namespaces for IOS HLE 2018-05-30 11:40:05 +02:00
USBV4.cpp StringUtil: Add IsPrintableCharacter and use it 2020-01-16 00:22:26 +01:00
USBV4.h Use nested namespaces for IOS HLE 2018-05-30 11:40:05 +02:00
USBV5.cpp Core: Convert logging over to fmt pt.4 2020-11-23 11:53:21 -05:00
USBV5.h IOS/USB: deduplicate scan thread stopping 2020-08-08 21:40:23 +01:00