mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-12-31 01:08:45 +00:00
The old code had a sort function that was invalid and it didn't work as expected when the base vector had a different order (e.g. renderdoc was attached). This sorts devices as expected and fixes a debug assert on MSVC.