dolphin/Source/Core
Fletcher Porter 0a7eed71f3 Fix switch warning in RenderWidget
The compiler was throwing a bunch of `-Wswitch` warnings from RenderWidget
because of unhandled branches, so I added a default branch to quiet it.
2021-10-11 17:18:32 -07:00
..
AudioCommon AudioCommon: rename isValid() to IsValid() 2021-08-08 03:05:03 +01:00
Common Fix AbortOnPanicAlert with PanicAlertFmt 2021-10-02 17:24:09 -07:00
Core Core: Update state to account for save system change 2021-10-08 18:17:18 -05:00
DiscIO DiscIO/DirectoryBlob: Fix swapped DiscContent comparison operators. 2021-09-21 08:01:21 +02:00
DolphinNoGUI Core: Add GBA host interface 2021-07-13 16:42:49 +02:00
DolphinQt Fix switch warning in RenderWidget 2021-10-11 17:18:32 -07:00
InputCommon Pad: GBA config 2021-07-13 16:42:35 +02:00
MacUpdater treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
UICommon DolphinQt/Android: Add warning when converting NKit files 2021-10-02 11:09:36 +02:00
UpdaterCommon UpdaterCommon: Use File::Copy() on non-macOS platforms 2021-07-09 12:56:23 -04:00
VideoBackends BPMemory: Refactor/consolidate TexUnit Addressing 2021-10-10 09:09:43 +13:00
VideoCommon BoundingBox: Add missing include 2021-10-10 13:21:31 +13:00
WinUpdater treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props VideoCommon: Abstract bounding box 2021-10-04 15:51:24 -04:00
DolphinLib.vcxproj msbuild: Move DivUtils to DolphinLib.props 2021-08-31 22:48:07 -07:00
DolphinLib.vcxproj.user
DolphinLib.x64.props