Vladimir Sokolov
38c5211f99
Merge 88bf2f0941 into 3ffcc72117
2025-02-22 23:51:21 -06:00
Evan Husted
fe1617ffea
Revert the Metal Experiment ( #701 )
...
Metal sounded like a good idea to get in the emulator but frankly I
underestimated just how experimental and not ready it was.
From my write up in the Discord:
```
As is, Metal supports only a few games.
The games it does support freeze on first use of not playing them via Vulkan, because shader translation is broken.
So you need to use a dirty hack to not delete all your shaders.
Not to mention it breaks many games via MoltenVK because of changes to the shared GPU code.
Merging Metal seemed like a great idea, because of the few games it does support.
But I don't think it's worth it. Many of the games it breaks via MoltenVK *don't work via Metal*.
Which effectively makes current Ryubing worse for Mac users than Ryujinx 1.1.1403.
I think what I'm gonna do is revert Metal, and reopen it as a PR. That way, you can still take advantage of the Metal backend as is, but without making other games worse with no solution.
```
For what it's worth, the shader translation part could at least be
"fixed" by always applying a 30ms delay for shader translation to Metal.
That being said, that solution sucks ass.
The MoltenVK regressions are even worse.
I hope this is not a let down to the Mac users. I hope you realize I'm
reverting this because you're actively getting a worse experience with
it in the emulator.
2025-02-22 21:26:46 -06:00
Vladimir Sokolov
7f08469dc5
Merge branch 'master' into master
2025-02-21 11:41:33 +10:00
Evan Husted
c2ed0fd5fd
UI: --install-firmware startup flag.
...
Has the normal UI flow, this is just for systems where the file picker doesn't show up.
2025-02-19 23:07:50 -06:00
Vladimir Sokolov
5d4052f289
Merge branch 'master' into master
2025-02-16 13:39:51 +10:00
Evan Husted
0d7d0e8092
UI: Add descriptions of what each dynamic RPC formatter actually shows when hovering whether it has support in the game info popup
2025-02-15 20:45:27 -06:00
Evan Husted
aa2178dbe5
UI: Button to open screenshots folder in File menu
2025-02-15 20:25:17 -06:00
Vova
e7c991349e
Removed unused library
2025-02-15 20:02:47 +10:00
Vova
24867ec9b6
Code refinement. Added UI menu to user settings
...
Added markers to menu for settings related to global settings
2025-02-15 19:59:23 +10:00
Vladimir Sokolov
af00ca6ed8
Merge branch 'master' into master
2025-02-15 19:36:22 +10:00
Evan Husted
7d59ada798
misc: chore: rename IgnoreApplet to IgnoreControllerApplet
2025-02-15 00:25:28 -06:00
Evan Husted
a4b5304935
UI: Refresh game list when emulated Switch language is changed (to show different logos/names)
2025-02-15 00:20:01 -06:00
Vladimir Sokolov
4f02b6a6de
Merge branch 'master' into master
2025-02-13 18:11:07 +10:00
Evan Husted
17e8ae1d9a
UI: More advanced customization for what happens when Ryujinx loses focus
2025-02-13 01:57:08 -06:00
Vova
1dedf4c8d5
fixed: when loading a game with a custom configuration via a shortcut or rebooting, when entering the settings menu, a menu for global configuration was displayed.
2025-02-13 16:34:03 +10:00
Vladimir Sokolov
42bd99193f
Merge branch 'master' into master
2025-02-12 15:18:56 +10:00
Evan Husted
501b199e24
UI: setting: Disable Input when Out of Focus
2025-02-11 22:12:05 -06:00
Vladimir Sokolov
22299e69c6
Merge branch 'master' into master
2025-02-12 13:27:41 +10:00
Evan Husted
d3f84a1305
misc: chore: Rename UserSelectorDialog to ProfileSelectorDialog
2025-02-11 20:50:06 -06:00
Vladimir Sokolov
acc06a8430
Merge branch 'master' into master
2025-02-12 12:45:34 +10:00
Vova
c21e63eb02
Removed irrelevant functions.
...
Renamed variables to correct names
2025-02-12 12:44:38 +10:00
Evan Husted
e8e1dc6619
misc: chore: this isn't even bound to a XAML element, why was this an async void
2025-02-11 20:30:46 -06:00
Evan Husted
43f7b000ca
misc: chore: Optimize AboutWindowViewModel resource disposal
2025-02-11 20:08:38 -06:00
Evan Husted
30fef8e96e
misc: chore: Use UpdateCommand instance for the normal Check for Updates button
2025-02-11 00:47:39 -06:00
Vladimir Sokolov
03692e6072
Merge branch 'master' into master
2025-02-11 15:24:48 +10:00
Evan Husted
1024aa8757
UI: Change the background updater notification to a persistent button on the status bar when not in a game
2025-02-10 22:13:58 -06:00
Vova
6f4930d547
Merge branch 'master' of https://github.com/Goodfeat/Ryujinx_alt
2025-02-11 14:07:03 +10:00
Vova
1ca5407c22
Added autorestart of the emulator if it is necessary to change the graphic multi-thread.
...
Code cleaning
2025-02-11 14:06:31 +10:00
Evan Husted
fe9fe2a10f
UI: Added option to check for updates in the background
2025-02-10 19:28:46 -06:00
Vladimir Sokolov
8efceb3c28
Merge branch 'master' into master
2025-02-11 08:56:57 +10:00
Evan Husted
f3cf03495d
misc: add the ability to ignore UI logs when using trace & debug log levels
2025-02-10 14:25:47 -06:00
Evan Husted
7bce8206d5
misc: chore: small cleanups
2025-02-10 13:59:25 -06:00
Vova
0399af0ff9
Replace the "delete" button with "apply" during the game in the custom configuration.
2025-02-10 21:02:26 +10:00
Vova
966860a464
Change: initialization of user configuration is now a separate function
2025-02-10 15:25:19 +10:00
Vova
ae16360685
Code cleaning
2025-02-08 22:27:38 +10:00
Vova
45b1794a45
Returned an erroneously modified Convert time string
2025-02-08 20:41:16 +10:00
Vova
11a68a204f
Fixed bug crash due to incorrect System.SystemTimeOffset.Value,
...
hotkeys should now also be read from the global configuration file
2025-02-08 20:16:38 +10:00
Vova
5f5c76107c
Fixed a ban where a custom setting was mistakenly created when starting the game if it did not exist.
...
Now when starting the game, if a custom setting was created, the current game will be displayed in the settings window.
Code cleanup.
2025-02-08 18:29:31 +10:00
Vladimir Sokolov
7f4a161ca5
Merge branch 'master' into master
2025-02-07 20:48:10 +10:00
Evan Husted
a4211fec33
UI: Properly space the play time & last play date in the game info popup
2025-02-06 22:56:25 -06:00
Vova
2640f083b6
Added custom setting function for each game
2025-02-06 20:34:15 +10:00
Evan Husted
45cec4e7cf
UI: In-app Configuration resetting
2025-02-05 01:42:27 -06:00
Evan Husted
3ecc7819cc
UI: Fix the app list sort types using the newly changed localization keys
2025-02-04 23:47:24 -06:00
Evan Husted
717851985e
UI: Reorganize Game Info dialog popup + localization
2025-02-04 23:28:37 -06:00
Evan Husted
bd08a111a8
UI: Show what each value is in the Game Info dialog, add game icon
2025-02-04 22:47:12 -06:00
Evan Husted
222ceb818b
misc: chore: Use ApplicationLibrary helpers for getting DLCs & Updates for a game
2025-02-04 18:21:49 -06:00
Evan Husted
b0fcc5bee1
misc: chore: Simplify HasCompatibilityEntry
...
(Totally didn't realize that SelectedApplication is already an ApplicationData)
2025-02-04 18:21:24 -06:00
Evan Husted
e8a7d5b0b7
UI: Only show DLC RomFS button under Extract Data when DLCs are available.
...
Also convert the constructor of DlcSelectViewModel to expect a normal title id and not one already converted to the base ID.
2025-02-04 17:21:54 -06:00
Evan Husted
df9e6e4812
UI: Added the ability to view Compat information on right click, and on clicking the status itself like the title ID button.
2025-02-04 15:51:27 -06:00
Evan Husted
774edb7b29
UI: Match System Time is now an active setting which you can toggle on/off.
2025-02-02 23:46:55 -06:00