yuzu-fork/src
FearlessTobi bf9f737c60 game_list: Fix folder reordering
The bug(s) happened because we swapped the contents on values.game_dirs, but the pointer each item had to their respective game_dir wasn't updated. This made it so that the item had the wrong game_dir associated with it after a "move up" or "move down" operation. It can be observed by choosing "open directory location" after such operation.

Changed from raw pointer to an index because it's equivalent but a bit clearer, but the change is not essential.

Co-Authored-By: Vitor K <29167336+vitor-k@users.noreply.github.com>
2021-01-18 01:22:54 +01:00
..
audio_core core: Silence Wclass-memaccess warnings 2021-01-15 16:31:19 -03:00
common Merge pull request #5360 from ReinUsesLisp/enforce-memclass-access 2021-01-17 00:55:10 -08:00
core Merge pull request #5360 from ReinUsesLisp/enforce-memclass-access 2021-01-17 00:55:10 -08:00
input_common general: Fix various spelling errors 2021-01-02 10:23:41 -05:00
tests Merge pull request #5262 from ReinUsesLisp/buffer-base 2021-01-16 19:48:26 -03:00
video_core Merge pull request #5745 from lioncash/documentation 2021-01-17 05:37:17 -03:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu game_list: Fix folder reordering 2021-01-18 01:22:54 +01:00
yuzu_cmd config: Enable docked mode by default 2021-01-10 09:37:38 -05:00
.clang-format
CMakeLists.txt Merge pull request #5352 from ReinUsesLisp/remove-tester 2021-01-15 01:48:02 -05:00