dolphin/Source/Core
Merry 362167fde5 MTLObjectCache: Correct signature of equality operator
Not doing so produces a warning in clang:
    ISO C++20 considers use of overloaded operator '!=' (with operand types
    'Metal::DepthStencilSelector' and 'Metal::DepthStencilSelector') to be
    ambiguous despite there being a unique best viable function with
    non-reversed arguments

The underlying reason for this warning is an incorrect method signature.
2022-08-29 21:23:23 +01:00
..
AudioCommon StripSpaces: only strip spaces 2022-07-25 18:40:12 -07:00
Common BBA/BuiltIn: Add SSDP multicast support 2022-08-24 21:29:57 +04:00
Core BBA/BuiltIn: Add UPnP HTTP listener 2022-08-28 23:09:09 +04:00
DiscIO Merge pull request #10997 from JosJuice/nfs-check 2022-08-22 15:14:15 +02:00
DolphinNoGUI Merge pull request #10933 from shuffle2/vs 2022-08-22 15:19:13 +02:00
DolphinQt Merge pull request #10809 from TryTwo/PR_CodeWidget_Filters 2022-08-22 15:47:20 -04:00
DolphinTool Merge pull request #10933 from shuffle2/vs 2022-08-22 15:19:13 +02:00
InputCommon Merge pull request #10889 from shuffle2/spng 2022-07-26 12:53:04 +02:00
MacUpdater
UICommon Merge pull request #10960 from shuffle2/mz 2022-08-24 17:11:21 +02:00
UpdaterCommon
VideoBackends MTLObjectCache: Correct signature of equality operator 2022-08-29 21:23:23 +01:00
VideoCommon Use __VA_OPT__(, ) __VA_ARGS__ instead of ##__VA_ARGS__ 2022-08-23 12:09:57 -07:00
WinUpdater msbuild: tidy up the linked libs 2022-08-02 22:24:22 -07:00
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Merge pull request #10941 from shuffle2/crypto-cleanup 2022-08-05 12:12:34 +02:00
DolphinLib.vcxproj msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
DolphinLib.vcxproj.user
DolphinLib.x64.props