eden/src
crueter cc8451f764
[desktop] Rework game list to use MVP architecture (#4042)
Closes #3480

moves the game list model/worker/private stuff to qt_common for later
use in QML

- `qt_common/game_list/model.{cpp,h}` is the model
- `yuzu/game/game_{grid,tree}.*` are the views
- `yuzu/game/game_list.cpp` is the presenter

This was done very lazily in a manner that "works" while largely
maintaining existing structure as much as possible. Most of it is
copy-paste, with some bonus reworks/cleanups thrown in.

Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4042
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
2026-06-02 04:08:24 +02:00
..
android [vulkan] Fix regressions found in last stable release (#3953) 2026-06-02 01:06:12 +02:00
audio_core [audio_core] fix OOB copy when silencing channel on shutdown (#3969) 2026-05-31 02:38:26 +02:00
common [common/thread] fix MSVC build error with _rdstc (#4029) 2026-05-31 02:32:21 +02:00
core [svc] Stub BreakDebugProcess (#4044) 2026-06-02 03:33:38 +02:00
dedicated_room [desktop] More qt_common reorganization (#3916) 2026-05-20 04:49:16 +02:00
dynarmic [dynarmic] cleanup duplicate code and reimpls of std::* bit stuff (#4017) 2026-05-31 04:18:12 +02:00
frontend_common [desktop] Prefer extracred folder name over zip name for non-Atmosphere zip mods (#4043) 2026-06-02 04:08:09 +02:00
hid_core [video_core] fix redundant resize-copy overload and just use default-init resize, to reduce stutter on Mario BP (#3874) 2026-05-29 03:28:47 +02:00
input_common [externals] Update to SDL3 (#3952) 2026-05-18 19:07:41 +02:00
network [common] unify std::random_device (#3801) 2026-03-31 20:12:41 +02:00
qt_common [desktop] Rework game list to use MVP architecture (#4042) 2026-06-02 04:08:24 +02:00
shader_recompiler [vulkan] Fix regressions found in last stable release (#3953) 2026-06-02 01:06:12 +02:00
tests [cmake] fixes for XCode when having languages other than C/C++ (#3772) 2026-03-26 04:46:43 +01:00
video_core [video,buffer] rewrite storagebufferbinding size() lambda to be full data driven instead of cbuf_index based (#4041) 2026-06-02 03:31:59 +02:00
web_service [cmake, deps] conjure common/httplib.h and remove global def for httplib macros (#3800) 2026-04-06 19:13:09 +02:00
yuzu [desktop] Rework game list to use MVP architecture (#4042) 2026-06-02 04:08:24 +02:00
yuzu_cmd [externals] Update to SDL3 (#3952) 2026-05-18 19:07:41 +02:00
yuzu_room_standalone [cmake] add a YUZU_STATIC_ROOM option (#3411) 2026-01-28 23:54:49 +01:00
.clang-format
CMakeLists.txt [dynarmic] bootstrap loongarch64 host build (#4015) 2026-05-30 01:42:23 +02:00
dep_hashes.h.in