dolphin/Source/Core/Core
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
..
Boot Core: Convert missed log calls over to fmt 2020-11-23 12:20:02 -05:00
Config Merge pull request #9146 from JosJuice/android-disable-cover-download 2020-10-20 13:31:01 +02:00
ConfigLoaders Core: Convert logging over to fmt pt. 1 2020-11-19 14:21:06 -05:00
Debugger Core: Convert logging over to fmt pt. 1 2020-11-19 14:21:06 -05:00
DSP DSP: Fix one DEBUG_LOG call 2020-11-20 16:21:05 +01:00
FifoPlayer Core: Convert logging over to fmt pt.2 2020-11-20 10:05:44 -05:00
HLE Core: Convert logging over to fmt pt.2 2020-11-20 10:05:44 -05:00
HW Core: Remove commented out logs 2020-11-26 07:49:37 -05:00
IOS Core: Fix an assertion that mistakenly uses a fmt format string 2020-11-28 21:11:27 +01:00
PowerPC Core: Remove commented out logs 2020-11-26 07:49:37 -05:00
ActionReplay.cpp Core: Convert logging over to fmt pt. 1 2020-11-19 14:21:06 -05:00
ActionReplay.h
Analytics.cpp Merge pull request #8976 from JosJuice/port-some-settings 2020-09-07 22:37:46 -04:00
Analytics.h
ARDecrypt.cpp Core: Convert missed log calls over to fmt 2020-11-23 12:20:02 -05:00
ARDecrypt.h
BootManager.cpp Core: Convert logging over to fmt pt. 1 2020-11-19 14:21:06 -05:00
BootManager.h
CMakeLists.txt Merge pull request #9071 from orbea/cmake 2020-10-26 18:48:42 +01:00
CommonTitles.h
ConfigManager.cpp Core: Convert logging over to fmt pt. 1 2020-11-19 14:21:06 -05:00
ConfigManager.h Android: Don't show game ID after game title 2020-10-21 20:02:52 +02:00
Core.cpp Core: Convert logging over to fmt pt. 1 2020-11-19 14:21:06 -05:00
Core.h Android: Fix rotating EmulationActivity after boot fails 2020-11-09 10:38:49 +01:00
Core.vcxproj Common: Move OSThreads into core 2020-10-21 07:35:42 -04:00
Core.vcxproj.filters Common: Move OSThreads into core 2020-10-21 07:35:42 -04:00
CoreTiming.cpp Core: Convert logging over to fmt pt. 1 2020-11-19 14:21:06 -05:00
CoreTiming.h
DSPEmulator.cpp
DSPEmulator.h
GeckoCode.cpp Core: Convert logging over to fmt pt. 1 2020-11-19 14:21:06 -05:00
GeckoCode.h Fix -Wmaybe-uninitialized warnings 2020-11-21 02:08:09 +01:00
GeckoCodeConfig.cpp Replace geckocodes.org with mirror codes.rc24.xyz 2020-10-05 22:18:04 +02:00
GeckoCodeConfig.h
Host.h
HotkeyManager.cpp Add a Skip EFB Access from CPU Hotkey 2020-10-29 21:03:06 -03:00
HotkeyManager.h Add a Skip EFB Access from CPU Hotkey 2020-10-29 21:03:06 -03:00
LibusbUtils.cpp
LibusbUtils.h
MachineContext.h Add support for FreeBSD/arm64 2020-08-27 21:54:04 +01:00
MemoryWatcher.cpp MemoryWatcher: Do not follow invalid pointers 2020-08-30 10:29:40 +02:00
MemoryWatcher.h
MemTools.cpp Core: Convert logging over to fmt pt. 1 2020-11-19 14:21:06 -05:00
MemTools.h
Movie.cpp Core/Movie: Fix a likely out-of-bounds read for PanicAlertT 2020-11-21 01:30:02 +01:00
Movie.h Core/Movie: Fix a likely out-of-bounds read for PanicAlertT 2020-11-21 01:30:02 +01:00
NetPlayClient.cpp Core: Convert logging over to fmt pt. 1 2020-11-19 14:21:06 -05:00
NetPlayClient.h Core/NetPlay: Fix Wii Remote syncing. 2020-09-27 13:10:19 -05:00
NetPlayProto.h Core/NetPlay: Fix Wii Remote syncing. 2020-09-27 13:10:19 -05:00
NetPlayServer.cpp Core: Convert missed log calls over to fmt 2020-11-23 12:20:02 -05:00
NetPlayServer.h Make netplay's "same game" check more robust 2020-08-02 22:46:53 +02:00
PatchEngine.cpp Core: Convert logging over to fmt pt. 1 2020-11-19 14:21:06 -05:00
PatchEngine.h
State.cpp Core: Convert logging over to fmt pt. 1 2020-11-19 14:21:06 -05:00
State.h Android: Show how long ago each savestate was created 2020-10-21 22:49:59 +02:00
SyncIdentifier.h Make netplay's "same game" check more robust 2020-08-02 22:46:53 +02:00
SysConf.cpp Core: Convert logging over to fmt pt. 1 2020-11-19 14:21:06 -05:00
SysConf.h
TitleDatabase.cpp
TitleDatabase.h
WiiRoot.cpp Core: Convert logging over to fmt pt. 1 2020-11-19 14:21:06 -05:00
WiiRoot.h
WiiUtils.cpp Merge pull request #9258 from lioncash/core-log 2020-11-19 20:32:19 +01:00
WiiUtils.h