dolphin/Source/Core/UICommon
mitaclaw 728663bdc0 Modernize std::binary_search with ranges
In VolumeVerifier.cpp, constructing a `std::string_view` of the volume's GameID is unnecessary, as `std::`(`ranges::`)`binary_search` supports heterogeneous lookup. The usage in GameFile.cpp is a perfect example.
2024-10-10 00:53:48 -07:00
..
ResourcePack Externals: Update minizip-ng to 4.0.5 2024-05-03 12:43:55 -07:00
AutoUpdate.cpp AutoUpdate: Remove the old updater app on macOS if it exists 2024-08-08 02:51:18 -04:00
AutoUpdate.h
CMakeLists.txt CMakeLists: Fix LLVM Usage In UICommon 2024-08-08 10:14:22 -07:00
CommandLineParse.cpp
CommandLineParse.h
Disassembler.cpp Remove _M_X86 in favour of _M_X86_64 2023-11-28 23:03:20 +11:00
Disassembler.h
DiscordPresence.cpp Send Rich Presence to Discord 2024-05-08 00:33:33 -04:00
DiscordPresence.h Send Rich Presence to Discord 2024-05-08 00:33:33 -04:00
GameFile.cpp Modernize std::binary_search with ranges 2024-10-10 00:53:48 -07:00
GameFile.h GameList: Show (Disc 1) for first disc of two-disc games 2024-04-14 13:55:18 -07:00
GameFileCache.cpp GameList: Show (Disc 1) for first disc of two-disc games 2024-04-14 13:55:18 -07:00
GameFileCache.h GameFileCache: Use std::span with Update() 2023-12-11 11:12:09 -05:00
NetPlayIndex.cpp
NetPlayIndex.h
UICommon.cpp Modernize std::replace with ranges 2024-10-10 00:53:48 -07:00
UICommon.h
USBUtils.cpp
USBUtils.h
X11Utils.cpp
X11Utils.h