diff options
| author | 2020-12-07 16:30:36 -0500 | |
|---|---|---|
| committer | 2020-12-07 16:30:39 -0500 | |
| commit | 09fa1d6a739b18f6a8f3d83065ff9aebd6e4bc8d (patch) | |
| tree | 3ea0bbe356d45a250b1b5300773bc2c419a39c19 /src/core/hle/service/service.cpp | |
| parent | Merge pull request #5149 from comex/xx-map-interval (diff) | |
| download | yuzu-09fa1d6a739b18f6a8f3d83065ff9aebd6e4bc8d.tar.gz yuzu-09fa1d6a739b18f6a8f3d83065ff9aebd6e4bc8d.tar.xz yuzu-09fa1d6a739b18f6a8f3d83065ff9aebd6e4bc8d.zip | |
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.
Diffstat (limited to 'src/core/hle/service/service.cpp')
0 files changed, 0 insertions, 0 deletions