..
AudioCommon
AudioCommon: unlock mutex explicitly to avoid -Wunused-result warning
2024-06-20 02:25:15 +01:00
Common
Change OperandDesc variables to not be underscore-prefixed in order to comply with https://eel.is/c++draft/lex.name#3.1 (fixes compilation under newlib; e.g. devkitPro)
2024-07-21 18:35:38 +02:00
Core
Use C++20 erase_if() instead of erase(remove_if()) (NFC)
2024-07-21 16:36:06 +01:00
DiscIO
Use C++20 erase_if() instead of erase(remove_if()) (NFC)
2024-07-21 16:36:06 +01:00
DolphinNoGUI
TAS Input: Enable hotkeys and controller input when Input has focus
2024-05-31 15:14:44 -07:00
DolphinQt
QtUtils/ClearLayoutRecursively: Fix potential crash
2024-07-21 17:36:05 -07:00
DolphinTool
Merge pull request #12815 from Dentomologist/enable_hotkeys_and_controllers_for_focused_tas_input
2024-06-15 15:25:40 +02:00
InputCommon
Use C++20 erase_if() instead of erase(remove_if()) (NFC)
2024-07-21 16:36:06 +01:00
MacUpdater
ScmRevGen: Generate Info.plist for MacUpdater
2024-04-21 13:28:21 -04:00
UICommon
AchievementManager: Cache Badges on Disk
2024-07-04 22:12:28 +02:00
UpdaterCommon
CMake: Use targets for all optionally-external dependencies
2023-06-15 01:41:41 -05:00
VideoBackends
Properly link against xxhash
2024-07-06 16:56:44 -05:00
VideoCommon
Properly link against xxhash
2024-07-06 16:56:44 -05:00
WinUpdater
StringUtil: Move CommandLineToUtf8Argv() into Common namespace
2023-05-16 14:23:21 -04:00
CMakeLists.txt
CMakeLists: Add option to disable automatic update support
2022-03-18 03:04:51 -04:00
DolphinLib.ARM64.props
msbuild: use default Project attrs
2022-04-27 15:26:43 -07:00
DolphinLib.props
Merge pull request #12798 from mitaclaw/branch-watch-tool-fixes-2
2024-06-15 16:57:05 +02:00
DolphinLib.vcxproj
Externals: Convert minizip-ng To Submodule
2024-05-03 12:43:33 -07:00
DolphinLib.vcxproj.user
msbuild: use default Project attrs
2022-04-27 15:26:43 -07:00
DolphinLib.x64.props
Move x64 DSP JIT into DolphinLib.x64.props
2023-01-06 22:42:21 -08:00