GreemDev
bd388cf4f9
Expose AudioToolkit in UI
2026-01-27 17:28:59 -06:00
GreemDev
fa55608587
RenderDoc API support ( ryubing/ryujinx!242 )
...
See merge request ryubing/ryujinx!242
2026-01-01 00:10:21 -06:00
Princess Piplup
52700f71dc
Fix SaveCurrentScreenshot ( ryubing/ryujinx!230 )
...
See merge request ryubing/ryujinx!230
2025-12-04 17:35:17 -06:00
Goodfeat
6126e3dc1e
fix: UI: Custom setting was reset to global when changed during gameplay. ( ryubing/ryujinx!164 )
...
See merge request ryubing/ryujinx!164
2025-11-19 20:33:35 -06:00
GreemDev
e8751e1c40
more C# 14 partial properties
2025-11-16 19:14:26 -06:00
GreemDev
6b814fb973
feature: .NET 10 ( ryubing/ryujinx!214 )
...
See merge request ryubing/ryujinx!214
2025-11-11 12:55:36 -06:00
GreemDev
49c70efdd5
UI: App Library: automatically remove nonexistent autoload/game dirs from the configuration upon load.
2025-11-10 19:14:29 -06:00
GreemDev
1dac06e394
misc: [ci skip] remove duplicate log when setting audio backend
2025-11-08 00:18:23 -06:00
Maki
a8ace3d23c
chore: SDL3 ( ryubing/ryujinx!207 )
...
See merge request ryubing/ryujinx!207
2025-11-07 14:43:48 -06:00
LotP
92b61f9d73
Memory changes 3 ( ryubing/ryujinx!202 )
...
See merge request ryubing/ryujinx!202
2025-10-30 20:55:58 -05:00
GreemDev
718652599d
UI: Prevent null ldn game model arrays from entering the SetEntries method
2025-10-26 12:51:08 -05:00
GreemDev
c8959afa3d
chore: Overall code cleanup
...
Update NuGet packages, fix version string in plist for macOS
2025-10-26 01:22:20 -05:00
Coxxs
7175da8621
UI: [ci skip] Show notifications for options that may cause side effects ( ryubing/ryujinx!193 )
...
See merge request ryubing/ryujinx!193
2025-10-26 00:29:38 -05:00
Coxxs
6fd67cdcb7
Fix application list loads slowly when RyuLDN is enabled ( ryubing/ryujinx!191 )
...
See merge request ryubing/ryujinx!191
2025-10-24 10:29:33 -05:00
GreemDev
5b3b907fd2
[ci skip] chore: Fix usage of var
2025-10-20 02:42:57 -05:00
GreemDev
d4107ac05f
UI: Add a startup flag to ignore new Amiibo file updates, useful for testing changes you intend on committing to Ryubing/Nfc.
...
Flag is `--local-only-amiibo`
2025-10-15 21:51:13 -05:00
GreemDev
a62716002e
chore: move HasPtcCacheFiles & HasShaderCacheFiles into ApplicationData, instead of having the weird static dependency helpers
2025-10-14 16:09:51 -05:00
Neo
60b9723df4
UI: Main Window + General ( ryubing/ryujinx!150 )
...
See merge request ryubing/ryujinx!150
2025-10-03 16:02:37 -05:00
Mcost45
bb4f8d8749
Include SL/SR default bindings for single joycons ( ryubing/ryujinx!149 )
...
See merge request ryubing/ryujinx!149
2025-09-22 14:23:40 -05:00
GreemDev
ded76801d1
removal: Installing keys from a zip
...
Also cleaned up a bit
2025-09-04 19:04:50 -05:00
Neo
3969191605
UI: Menubar & Game Context Menu Updates ( ryubing/ryujinx!134 )
...
See merge request ryubing/ryujinx!134
2025-09-02 03:32:06 -05:00
GreemDev
6e47d8548c
feature: UI: LDN Games Viewer
...
This window can be accessed via "Help" menu in the title bar.
This menu's data is synced with the in-app-list LDN game data, and that has been modified to hide unjoinable games (in-progress and/or private (needing a passphrase)). You can still see these games in the list.
2025-08-30 19:54:00 -05:00
GreemDev
be249f7bdc
chore: move NFC tags URL to SharedConstants.cs
2025-08-30 00:35:16 -05:00
GreemDev
0203065fed
ui: fix: Missing "Loading" text when shader cache is disabled and PPTC doesn't trigger
2025-08-27 22:35:09 -05:00
VewDev
d499449f57
feat(ui): improve Amiibo selection UX ( ryubing/ryujinx!121 )
...
See merge request ryubing/ryujinx!121
2025-08-25 05:14:06 -05:00
GreemDev
234cb99325
[ci skip] chore: minor nitpick: Use passed dlc IDs array instead of the field
2025-08-23 23:50:23 -05:00
Coxxs
d22756f1bd
Add GDB Stub ( ryubing/ryujinx!71 )
...
See merge request ryubing/ryujinx!71
2025-08-04 20:45:15 -05:00
GreemDev
d3208a4c44
UI: Don't show total play time if there is none.
2025-06-20 23:02:39 -05:00
mqudsi
572ad1eac5
Exclude time spent with emulator paused from play time ( ryubing/ryujinx!55 )
...
See merge request ryubing/ryujinx!55
2025-06-19 16:33:10 -05:00
GreemDev
77a797f154
Revert "Structural and Memory Safety Improvements, Analyzer Cleanup ( ryubing/ryujinx!47 )"
...
This reverts merge request !47
2025-06-15 20:45:26 -05:00
MrKev
ea027d65a7
Structural and Memory Safety Improvements, Analyzer Cleanup ( ryubing/ryujinx!47 )
...
See merge request ryubing/ryujinx!47
2025-06-11 17:58:27 -05:00
GreemDev
9d83dfd19c
misc: [ci skip] Missed the property part of _chosenProfile
2025-06-09 17:59:40 -05:00
GreemDev
ce31a47934
misc: Code styling changes & cleanups
2025-06-09 17:57:26 -05:00
Goodfeat
d31d1f91cf
Added the ability to switch between local and global input in the user configuration
...
See merge request ryubing/ryujinx!8
2025-06-09 17:24:24 -05:00
Goodfeat
ef02194a77
Update: Compatibility list
...
See merge request ryubing/ryujinx!29
2025-06-09 02:54:45 -05:00
MrKev
361d0c5632
Fix ~3500 analyser issues
...
See merge request ryubing/ryujinx!44
2025-05-30 17:08:34 -05:00
GreemDev
81412c7dd5
misc: fix duplicated code (oops), reorder the commands in-code to match the UI
2025-05-29 02:09:21 -05:00
GreemDev
960421a7c1
misc: Swap the context menu actions to Commands
2025-05-29 01:58:05 -05:00
GreemDev
cf0185da17
Add LotP to About window
2025-05-27 23:36:53 -05:00
GreemDev
7a3a21b0c0
ui: Proper light/dark GitLab logos.
...
Images from 6c7b7d6fc4
2025-05-20 04:36:31 -05:00
GreemDev
92440afcd7
UI: Show Total Time Played at the bottom of the UI in the status bar next to game total.
...
Does not show up in-game, and is recalculated every time the game list is reloaded.
2025-05-20 04:19:54 -05:00
Goodfeat
0ae536a757
Improvements and fixes to issues in the controller input menu
...
See merge request ryubing/ryujinx!2
2025-04-24 00:16:53 -05:00
Goodfeat
6602693477
feature: add the ability to skip profile select dialog when opening games that use it
...
the skip behavior is done by passing the user id of the profile you have selected in Options > Manage User Profiles.
See merge request ryubing/ryujinx!9
2025-03-30 22:29:57 -05:00
GreemDev
8ad5c73f4c
feature: Turbo Mode
...
Adds an elapsed tick multiplier feature which speeds up games which are built upon delta time.
More information: https://web.archive.org/web/20240713135029/https://github.com/Ryujinx/Ryujinx/pull/6456
2025-03-25 02:37:22 +00:00
GreemDev
11ea020092
UI: Change the github button in the About window to a gitlab one
2025-03-14 23:42:57 -05:00
Evan Husted
05b4bd8c61
UI: Use a new repo for amiibo stuff specifically
2025-03-12 14:17:14 -05:00
Evan Husted
0db85d0aa9
HLE: optional hack: disable IsAnyInternetRequestAccepted
2025-03-05 23:57:48 -06:00
Evan Husted
551d2c1134
misc: chore: add/remove event handler as window is opened/closed
2025-03-05 23:01:37 -06:00
Evan Husted
638c616ab7
misc: Move systems-like classes out of the base of the Ryujinx project and into Ryujinx.Ava.Systems
2025-03-05 22:27:37 -06:00
Evan Husted
109f0fc659
misc: chore: Cleanup unused using directives
2025-03-05 22:21:05 -06:00