You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src
Lioncash 09fa1d6a73 video_core: Make use of ordered container contains() where applicable
With C++20, we can use the more concise contains() member function
instead of comparing the result of the find() call with the end
iterator.
4 years ago
..
audio_core
common
core
input_common
tests
video_core
web_service
yuzu
yuzu_cmd
yuzu_tester
.clang-format
CMakeLists.txt