dolphin/Source/Core
Sintendo fc9f2d9cea JitArm64_Integer: subfcx - Optimize b == 0
Equivalent to a negation, no need to materialize the zero.

Before:
0x52800015   mov    w21, #0x0                 ; =0
0x6b1802b6   subs   w22, w21, w24

After:
0x6b1803f6   negs   w22, w24
2025-08-07 07:51:15 +02:00
..
AudioCommon Merge pull request #13725 from Sam-Belliveau/more-consistent-looping 2025-08-05 20:02:58 -04:00
Common Merge pull request #13791 from jordan-woyak/realtek-firmware-loader 2025-08-04 19:42:59 -04:00
Core JitArm64_Integer: subfcx - Optimize b == 0 2025-08-07 07:51:15 +02:00
DiscIO
DolphinNoGUI Host: Remove unnecessary functions 2025-08-03 13:19:30 -07:00
DolphinQt Merge pull request #13831 from JoshuaVandaele/dualcore-conf 2025-08-05 13:45:15 -04:00
DolphinTool Host: Remove unnecessary functions 2025-08-03 13:19:30 -07:00
InputCommon Merge pull request #13177 from jordan-woyak/remove-nunchuk-hax 2025-08-01 22:00:17 +02:00
MacUpdater
UICommon
UpdaterCommon
VideoBackends
VideoCommon Merge pull request #13780 from jordan-woyak/fix-text-filter-nearest 2025-08-01 21:59:04 +02:00
WinUpdater Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props
VersionInfo.plist.in