mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-28 00:29:01 +02:00
[Frontend] Added data for in emulator compatibility list (#2784)
This update restores the in emu compatibility list to Eden. I’ve moved it in-tree since it’s only a few kilobytes in size. If you’d prefer it to be hosted in a separate repository, let me know or feel free to move it yourself. The compatibility list currently includes only a limited selection of games, so contributions are welcome and encouraged. Authored-by: Bix <bix@bixed.xyz> Signed-off-by: Bix <bix@bixed.xyz> Co-authored-by: the great timothy IV <bix@X1Carbon.home> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2784 Reviewed-by: Lizzie <lizzie@eden-emu.dev> Reviewed-by: MaranBr <maranbr@eden-emu.dev> Co-authored-by: Bix <bix@bixed.xyz> Co-committed-by: Bix <bix@bixed.xyz>
This commit is contained in:
parent
6ba25b6cc0
commit
53bfd56b70
3 changed files with 355 additions and 6 deletions
|
|
@ -203,7 +203,7 @@ struct Values {
|
|||
QVector<u64> favorited_ids;
|
||||
|
||||
// Compatibility List
|
||||
Setting<bool> show_compat{linkage, false, "show_compat", Category::UiGameList};
|
||||
Setting<bool> show_compat{linkage, true, "show_compat", Category::UiGameList};
|
||||
|
||||
// Size & File Types Column
|
||||
Setting<bool> show_size{linkage, true, "show_size", Category::UiGameList};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue