dolphin/Source/Core
JosJuice d1946aded6 Avoid using panic alerts in DiscIO
Panic alerts in DiscIO can potentially be very annoying since
large amounts of them can pop up when loading the game list
if you have some particularly weird files in your game list.

This was a much bigger problem back in 5.0 with its
"Tried to decrypt data from a non-Wii volume" panic alert, but
I figured I would take it all the way and remove the remaining
panic alerts that can show up when loading the game list.

I have exempted uses of ASSERT/ASSERT_MSG since they indicate
a bug in Dolphin rather than a malformed file.
2021-03-20 12:58:54 +01:00
..
AudioCommon Merge pull request #8316 from CookiePLMonster/wasapi-code-improvements 2021-03-11 21:18:16 +01:00
Common JitArm64: Constant carry flag optimizations 2021-03-19 22:40:19 +01:00
Core Merge pull request #9593 from JosJuice/jitarm64-constant-carry 2021-03-19 22:58:17 +01:00
DiscIO Avoid using panic alerts in DiscIO 2021-03-20 12:58:54 +01:00
DolphinNoGUI DolphinNoGUI/PlatformX11: Work around X.h's None being undefined 2021-03-06 17:34:04 -08:00
DolphinQt Merge pull request #9577 from JosJuice/di-unknown-size-hack 2021-03-16 11:03:36 +01:00
InputCommon Merge pull request #9558 from iwubcode/dsu-multi-server-avoid-blocking 2021-03-16 10:12:32 +01:00
MacUpdater
UICommon [Updater] Check whether we've already had an update triggered 2021-03-11 02:48:46 -08:00
UpdaterCommon msbuild: bundle all dolphin "core" code into single library 2021-01-27 14:29:49 -08:00
VideoBackends Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
VideoCommon Merge pull request #9494 from Dentomologist/convert_arm64reg_to_enum_class 2021-03-17 00:05:23 +01:00
WinUpdater msbuild: bundle all dolphin "core" code into single library 2021-01-27 14:29:49 -08:00
CMakeLists.txt
DolphinLib.ARM64.props msbuild: bundle all dolphin "core" code into single library 2021-01-27 14:29:49 -08:00
DolphinLib.props DiscIO: Move some code from DiscExtractor to new file DiscUtils 2021-03-09 20:34:24 +01:00
DolphinLib.vcxproj msbuild: bundle all dolphin "core" code into single library 2021-01-27 14:29:49 -08:00
DolphinLib.vcxproj.user msbuild: bundle all dolphin "core" code into single library 2021-01-27 14:29:49 -08:00
DolphinLib.x64.props msbuild: bundle all dolphin "core" code into single library 2021-01-27 14:29:49 -08:00