Evan Husted
dd16e3cee1
misc: chore: very small cleanup in AvaHostUIHandler
2025-01-19 13:18:40 -06:00
Evan Husted
f2f099bddb
remove Async suffixes; they're factory methods not actual async methods.
2025-01-19 12:46:32 -06:00
Evan Husted
2616dc57fb
misc: chore: RelayCommand helper
2025-01-19 12:44:07 -06:00
Evan Husted
0cdf7cfe21
UI: Open cheat manager in catch-all try
2025-01-18 22:48:06 -06:00
Evan Husted
2ecf999569
misc: chore: change ThemeManager ThemeChanged to a basic Action since both arguments are unused
2025-01-18 22:48:06 -06:00
Jacob
52269964b6
Add the player select applet. ( #537 )
...
This introduces the somewhat completed version of the Player Select
Applet, allowing users to select either a user or a guest from the UI.
Note: Selecting the guest more then once currently does not work.
closes https://github.com/Ryubing/Ryujinx/issues/532
2025-01-18 20:40:33 -06:00
Evan Husted
ccdddac8fc
Fix compile warnings
2025-01-18 19:34:31 -06:00
Evan Husted
4868fface8
UI: Intel Mac warning
...
Upon launch, shows a warning about using an Intel Mac. This will only show once every boot. You can only turn it off by getting a better system.
2025-01-18 15:33:05 -06:00
Evan Husted
6fca4492d0
misc: chore: Remove status update event stuff in Headless
2025-01-18 15:15:08 -06:00
Evan Husted
e6bad52945
Revert "Only selectively compile Metal & fix some compilation issues"
...
This reverts commit beda3206e0
.
2025-01-18 10:56:58 -06:00
Evan Husted
beda3206e0
Only selectively compile Metal & fix some compilation issues
2025-01-18 10:52:32 -06:00
Daniel Nylander
6cd4866d76
Updated sv_SE in locales.json ( #513 )
2025-01-17 18:04:18 -06:00
GabCoolGuy
a375faecc1
UI: Fix UpdateWaitWindow.axaml windows being too big on windows ( #314 )
2025-01-17 14:14:19 -06:00
Evan Husted
41c8fd8194
misc: chore: lol this field was misspelled
2025-01-10 23:23:53 -06:00
Evan Husted
d4a7ee25ea
misc: chore: use ObservableProperty on input view models
2025-01-10 23:23:05 -06:00
Evan Husted
3141c560fb
misc: chore: remove sender parameter from LdnGameData receieved event
2025-01-10 23:15:55 -06:00
Evan Husted
de341b285b
misc: use ObservableProperty on HotkeyConfig fields
2025-01-10 23:15:37 -06:00
Evan Husted
cc95e80ee9
misc: chore: Move converters into a directory in Helpers. Namespace unchanged
2025-01-10 20:24:53 -06:00
Evan Husted
d75ce52bd4
UI: Show play time in one time unit, maxing out at hours.
2025-01-10 20:23:47 -06:00
Evan Husted
cca429d46a
misc: chore: restore not enable
2025-01-09 21:42:54 -06:00
Evan Husted
27993b789f
misc: chore: fix some compile warnings
2025-01-09 20:23:26 -06:00
Evan Husted
d8265f7772
Embed compatibility list into executable
...
instead of downloading
Co-Authored-By: Vita Chumakova <me@ezhevita.dev>
2025-01-07 03:37:07 -06:00
Evan Husted
259526430c
UI: Properly space language menu items instead of prepending a space to the language name
2025-01-07 00:36:22 -06:00
Evan Husted
b5fafb6394
UI: stop using async voids in MainMenuBarView; use RelayCommands
2025-01-06 23:52:20 -06:00
Evan Husted
323c356d9c
UI: Widen compatibility list, and make search box take up all space horizontally
2025-01-06 22:03:39 -06:00
Evan Husted
c4cc657b89
UI: Compatibility List Viewer
2025-01-06 07:31:57 -06:00
Evan Husted
9bb50fc6dd
misc: improve unpacking error & add nullability to SelectedIcon
2025-01-03 22:25:32 -06:00
Evan Husted
e956864697
misc: Remove needless AsObservableList
2025-01-03 22:25:32 -06:00
Evan Husted
88d11d3d8d
misc: some cleanups and fix compile warnings
2025-01-01 02:14:59 -06:00
Evan Husted
fd2b5a7fc1
misc: Remove RendererHost AXAML
2025-01-01 01:55:10 -06:00
jozz024
978d2c132b
add a keyboard shortcut for opening amiibo .bin files ( #461 )
2024-12-31 22:45:52 -06:00
Evan Husted
732aafd3bb
misc: Prevent value change logging when the value is changed to the same thing it was before the value change.
2024-12-31 22:23:08 -06:00
Evan Husted
3fa714bb72
misc: DateTimeOffset Extract extension from Gommon
2024-12-31 21:21:54 -06:00
Evan Husted
7c01633f13
UI: Show the path of the mod on the folder button
2024-12-31 21:15:50 -06:00
Evan Husted
27c5cba10b
misc: More Mvvm usage instead of writing out the observable properties
2024-12-31 21:11:57 -06:00
Evan Husted
3525d5ecd4
UI: clean up slider UI for shader translation delay
2024-12-31 20:11:49 -06:00
Evan Husted
61ae427a4d
misc: Add CommunityToolkit.Mvvm for observable property generation; apply it to MainWindowViewModel for now.
2024-12-31 03:29:08 -06:00
Evan Husted
617c03119f
misc: clean vsync toggle log
2024-12-31 00:52:39 -06:00
Evan Husted
e43d899e1d
misc: Use a few static helpers for Avalonia objects
2024-12-31 00:19:23 -06:00
Evan Husted
0cd09ea0c5
misc: Simplify ControlHolder checks in MainWindowViewModel
2024-12-31 00:04:23 -06:00
Evan Husted
4135d74e4d
UI: Only allow right click to create a context menu if a game is selected.
2024-12-30 23:50:55 -06:00
Evan Husted
a5cde8e006
misc: Update Gommon, apply new extension
2024-12-30 20:37:02 -06:00
WilliamWsyHK
e486b902b1
Skip processing application for LDN if it does not have control holder ( #460 ) [ci-skip]
2024-12-30 01:53:06 -06:00
Evan Husted
0ab5b41c4b
misc: Move dirty hack related stuff into a separate viewmodel, only show slider when translation delay is enabled.
2024-12-30 01:33:07 -06:00
Evan Husted
ec1020b165
UI: Dirty hacks clarification [ci skip]
2024-12-30 01:10:40 -06:00
Evan Husted
8e4a77aba0
UI: Text in the shader translation slider tooltip
2024-12-30 00:09:19 -06:00
Evan Husted
8fd8a776c9
misc: prevent crashes
2024-12-29 23:39:40 -06:00
Evan Husted
eec92c242c
misc: Remove shader translation delay dirty hack from UI
...
it doesn't do anything
2024-12-29 22:55:33 -06:00
Evan Husted
f362bef43d
misc: Overhaul DirtyHacks saving to support storing a value alongside an off/off flag.
2024-12-29 21:17:01 -06:00
Evan Husted
f5ce539de9
misc: Move the rest of Ryujinx.UI.Common into other parts of the project.
2024-12-29 19:28:27 -06:00