Evan Husted
3b5f6170d1
misc: chore: move Rainbow updating to a separate task started/stopped as needed
...
update gommon & use the Event class from it to allow easily clearing all handlers when the apphost exits to avoid leftover invalid event handlers in the rainbow event handler list.
More robust config application logic to ensure what needs to happen only happens once
2025-01-24 23:06:59 -06:00
Evan Husted
9b6afa0ea2
misc: chore: Add log line to the other parts of the Updater that represent "up to date"
2025-01-24 17:00:50 -06:00
Otozinclus
1ce37ec317
Add option to change controller LED color ( #572 )
...
This allows the user to change the controller LED while using Ryujinx.
Useful for PS4 and PS5 controllers as an example.
You can also use a spectrum-cycling Rainbow color option, or turn the LED off for DualSense controllers.
---------
Co-authored-by: Evan Husted <greem@greemdev.net>
2025-01-24 14:47:36 -06:00
Evan Husted
c06f16c5e6
infra: chore: Raise minimum required Windows 10 version
...
Inspired by the breakages covered in #409
2025-01-23 17:39:34 -06:00
Evan Husted
7829fd8ee7
misc: chore: OS + CPU arch helpers
2025-01-23 16:58:48 -06:00
Evan Husted
33079422fe
misc: chore: code cleanups
2025-01-23 16:47:11 -06:00
Evan Husted
f81cb093fc
misc: chore: Change references of GreemDev/Ryujinx to Ryubing/Ryujinx
2025-01-23 16:27:49 -06:00
Evan Husted
c140e9b23c
UI: Localize LED color & hide it until it's functional
...
Also moved IgnoreApplet to the System config section object.
2025-01-23 00:48:42 -06:00
Evan Husted
c03cd50fa3
UI: Add the ability to change a DualSense/DualShock 4's LED color.
...
Not functional yet. This is the UI & persistence side of #572 .
2025-01-22 19:53:39 -06:00
Evan Husted
13d411e4de
misc: chore: also ToLower the titleID for the OpenShaderDirectory button
2025-01-22 08:54:39 -06:00
Evan Husted
cd8113dadf
misc: chore: Collapse adding a game/autoload dir into a single reusable method.
2025-01-21 18:59:56 -06:00
Evan Husted
9089c4ffe5
misc: chore: Multi/Single file/folder picker extensions (for convenience)
...
The result of these extensions is an empty Optional when the user hits Cancel on the shown file picker.
2025-01-21 18:59:19 -06:00
Evan Husted
fe9d8d05bd
UI: Fixed the Amiibo keybind only working when the UI had been updated.
2025-01-21 18:00:51 -06:00
Evan Husted
880a8ae748
misc: chore: Remove duplicated styling blocks in MainMenuBarView in favor of a reusable Avalonia Style.
2025-01-21 17:50:55 -06:00
asfasagag
11531dacb6
UI: Option to automatically Hide UI when game launches ( #462 )
...
Quality of life feature
Similar in function to the "Start Games in Fullscreen" toggle
For users who want to run games in windowed/non-fullscreen mode with
menu UI hidden, this eliminates the need to always click "Hide UI"
2025-01-21 17:36:51 -06:00
Evan Husted
65374ed6cb
UI: [ci skip] clarify dirty hacks subtext
2025-01-21 16:57:05 -06:00
Evan Husted
789d6ab959
misc: chore: Improve autoloading DLC/updates logging, deliberately switch to Vulkan if Metal was somehow chosen on a non-mac system, add logger lines in the updater, cleanup enabled logs printing
2025-01-21 14:59:08 -06:00
Evan Husted
bf584442b2
misc: chore: remove needless call to string.Format
2025-01-21 14:05:49 -06:00
Judas Drekonym
471e7ed2e4
Add TitleID sort method ( #553 )
...
Adds an additional application list sorting method for the TitleID. A
bit of a niche choice for sorting but I think the TID is a relevant
enough piece of metadata that it should be there. (And I personally
would be using it)
- Using existing TitleId constant in ApplicationSort, implying this was
meant to be in the sorting options at some point?
- Reuses the "DlcManagerTableHeadingTitleIdLabel" locale for fulfilling
the need already, might be better to make a unique one for this in the
long run but this codebase is new to me so I wanted to make the changes
as unobtrusive as possible
- Using app.Id for the comparer seems to work fine, not sure if using
something else like IdString would be better?
2025-01-21 11:06:40 -06:00
Matt Zinkevicius
ad3e80b383
Log .NET runtime version ( #552 )
...
I was looking into a crash, and found out it was an issue that was fixed
in .NET 9.0.1. Since Ryujinx embeds the runtime into the executable, it
not obvious which runtime a build uses. This logs the .NET runtime
version immediately after the build version.
2025-01-20 19:19:19 -06:00
Evan Husted
ed64a63094
UI: Visually merge "Actions" and "Tools" menu bar items into Actions
...
The contents of the menu item are dependent on whether you're in a game.
No functionality has been removed.
2025-01-20 16:56:05 -06:00
Evan Husted
8df7ba2d56
i18n: Norwegian DLC RomFS dumping translation
2025-01-20 15:55:37 -06:00
Evan Husted
04ba762710
UI: Move DLC RomFS dumping under normal RomFS dumping.
...
Also removed it from DLC manager.
2025-01-20 14:30:28 -06:00
Evan Husted
d135385cab
Leftovers, oops
2025-01-20 09:32:38 -06:00
Evan Husted
b360f4e721
UI: Dump DLC RomFS.
...
You can access this in the Manage DLC screen, it's the new button on each DLC line.
Closes #548
2025-01-20 09:28:58 -06:00
Daenorth
290ac405ac
Updated Ukrainian translation by Rondo ( #543 )
...
Co-authored-by: rrondo <46533574+rrondo@users.noreply.github.com>
2025-01-19 21:00:40 -06:00
Evan Husted
bbd64fd5f0
misc: chore: Cleanup AppletMetadata usage
2025-01-19 19:40:49 -06:00
Evan Husted
6482e566ab
UI: Compat: Unload compatibility entries when the window closes.
2025-01-19 17:41:50 -06:00
Evan Husted
7fcd9b792e
UI: Compat: Update owned game title IDs when ApplicationLibrary app count updates
2025-01-19 17:41:31 -06:00
Evan Husted
e676fd8b17
UI: misc: simplify Intel Mac warning logic
2025-01-19 14:42:15 -06:00
Evan Husted
dd16e3cee1
misc: chore: very small cleanup in AvaHostUIHandler
2025-01-19 13:18:40 -06:00
Evan Husted
31e5f74e05
UI: misc: Replace spaces in Title with newlines when using custom title bar (since the Title is in an Avalonia tooltip)
2025-01-19 13:05:20 -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
Daenorth
1bc30bf3ba
Update locales.json ( #538 )
...
Added a missing translation line
2025-01-18 18:40:51 -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
ade2f256e0
misc: chore: remove duplicate graphics debug levels in headless windows
2025-01-18 11:19:38 -06:00
Evan Husted
580b150c9a
Revert "infra: Conditionally compile Metal & OpenGL depending on if the target RuntimeIdentifier is mac"
...
This reverts commit 2f93a0f706
.
2025-01-18 10:57:02 -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
Evan Husted
2f93a0f706
infra: Conditionally compile Metal & OpenGL depending on if the target RuntimeIdentifier is mac
2025-01-18 10:38:29 -06:00
Evan Husted
80f44d9547
misc: chore: small cleanup
2025-01-18 10:33:57 -06:00
Evan Husted
b08e5db6d8
Headless: Dispose of inputmanager in a catch-all try
2025-01-18 10:30:19 -06:00
Evan Husted
6a291d4116
Headless: Use main UI logo for window icon instead of separate bmp
2025-01-18 10:26:12 -06:00
Evan Husted
6fc827fe67
headless: collapse headless window definition into a "Windows" folder, change GetWindowFlags to an abstract property.
2025-01-18 10:15:24 -06:00