suyu/src
FearlessTobi 8d0fb33ac4 yuzu: Fixes to game list sorting
Should fix citra-emu/citra#4593.
As the issue might not be entirely clear, I'll offer a short explanation from what I understood from it and found from experimentation.

Currently yuzu offers the user the option to change the text that's displayed in the "Name" column in the game list. Generally, it is expected that the items are sorted based on the displayed text, but yuzu would sort them by title instead.

Made it so that an access to SortRole returns the same as DisplayRole.
There shouldn't be any UI changes, only change in behaviour.

Also fixes a bug with directory sorting, where having the directories out of order would enable you to try to "move up" to the addDirectory button, which would crash the emulator.

Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
2020-04-06 03:12:17 +02:00
..
audio_core audio_core: Accept Audren REV8 2020-03-23 03:07:14 +01:00
common Merge pull request #3508 from FernandoS27/page-table 2020-03-14 16:50:27 -04:00
core Merge pull request #3563 from bunnei/fix-ldr-memstate 2020-04-03 10:14:56 -04:00
input_common Merge pull request #3525 from FearlessTobi/linux-compile-error 2020-03-21 16:04:45 -04:00
tests core/memory: Migrate over memory mapping functions to the new Memory class 2019-11-26 21:53:34 -05:00
video_core Merge pull request #3592 from ReinUsesLisp/ipa 2020-04-05 19:29:40 -04:00
web_service httplib compatibility 2020-02-18 18:04:33 -08:00
yuzu yuzu: Fixes to game list sorting 2020-04-06 03:12:17 +02:00
yuzu_cmd Frontend: Don't call DoneCurrent if the context isnt already current 2020-03-30 14:57:42 -06:00
yuzu_tester Address review and fix broken yuzu-tester build 2020-03-25 23:32:42 -06:00
.clang-format
CMakeLists.txt CMake: Create thin archives on Linux 2020-01-19 12:52:09 +01:00