Commit graph

1565 commits

Author SHA1 Message Date
Neo
142be14aa8 Merge branch ryujinx:master into ui-actions-new 2025-12-28 07:05:23 -06:00
LotP
45193dcc8d Fractured Locales Support (ryubing/ryujinx!238)
See merge request ryubing/ryujinx!238
2025-12-27 14:07:56 -06:00
Neo
a3c54de158 Merge branch ryujinx:master into ui-actions-new 2025-12-26 02:54:20 -06:00
GreemDev
9ebf444644 [ci skip] Code comment 2025-12-25 23:48:10 -06:00
_Neo_
733cd80c23 Switch params for consistency 2025-12-23 18:09:16 +02:00
_Neo_
96fa8ca8f5 Merge branch 'ui-actions-new' of https://git.ryujinx.app/neo/ryujinx into ui-actions-new 2025-12-23 17:45:21 +02:00
_Neo_
687f281a3e More Actions Adjustments 2025-12-23 17:44:56 +02:00
Neo
de62c9ee1f Merge branch ryujinx:master into ui-actions-new 2025-12-23 02:27:22 -06:00
GreemDev
a96f20dca5 Removed TypedStringEnumConverter; it exists in .NET now.
As per the remark XMLdoc on the type: Get rid of this converter if dotnet supports similar functionality out of the box.
2025-12-23 01:42:28 -06:00
Neo
aee0d5373a Merge branch ryujinx:master into ui-actions-new 2025-12-22 02:44:12 -06:00
Coxxs
ca76bacd22 gdb: add monitor get mapping (ryubing/ryujinx!215)
See merge request ryubing/ryujinx!215
2025-12-21 22:34:20 -06:00
_Neo_
51b417ec85 Remove border around Mii Editor loading image + increase margins
This update removes the dark shadow border from all loading images going forward, as it didn't look great. It also increases the spacing between the image and the loading text.
2025-12-21 17:28:01 +02:00
_Neo_
02c0964923 Simplify "Install Keys" and "Install Firmware"
Instead of saying "Install Keys (.KEYS)", it will just say .KEYS as an option. Similarly for others.
2025-12-21 16:53:07 +02:00
Neo
4ee075d7d9 Merge branch ryujinx:master into ui-actions-new 2025-12-13 05:08:02 -06:00
LotP
2c0977f6b3 fix pre-action crash (ryubing/ryujinx!236)
See merge request ryubing/ryujinx!236
2025-12-12 14:28:54 -06:00
_Neo_
86c32052cd Adjust Amiibo window sizes a bit 2025-12-10 13:53:41 +02:00
_Neo_
f15a1148a4 Further fixing some Amiibo shenanigans 2025-12-07 14:04:15 +02:00
Neo
8cef34450b Merge branch ryujinx:master into ui-actions-new 2025-12-07 03:32:51 -06:00
LotP
3a593b6084 Fix kaddressarbiter crash (ryubing/ryujinx!235)
See merge request ryubing/ryujinx!235
2025-12-06 20:16:43 -06:00
LotP
c3155fcadb Memory Changes 3.2 (ryubing/ryujinx!234)
See merge request ryubing/ryujinx!234
2025-12-06 17:19:19 -06:00
_Neo_
90b5ce0aaf Merge branch 'ui-actions-new' of https://git.ryujinx.app/neo/ryujinx into ui-actions-new 2025-12-06 20:24:09 +02:00
_Neo_
b5db83c6b0 Alignment adjustment in XCI Trimmer 2025-12-06 20:22:37 +02:00
Neo
57d5804d3a Merge branch ryujinx:master into ui-actions-new 2025-12-06 11:52:49 -06:00
_Neo_
ed8cda4b0e Amiibo Window Layout Adjustments + Other 2025-12-06 19:44:13 +02:00
LotP
fd7554425a Update BiquadFilterEffectParameter2.cs (ryubing/ryujinx!233)
See merge request ryubing/ryujinx!233
2025-12-05 07:53:09 -06:00
Neo
39653c5250 Merge branch ryujinx:master into ui-actions-new 2025-12-05 04:07:36 -06:00
Princess Piplup
52700f71dc Fix SaveCurrentScreenshot (ryubing/ryujinx!230)
See merge request ryubing/ryujinx!230
2025-12-04 17:35:17 -06:00
Alula
b018a44ff0 Disable coredumps by default on Linux + other minor fixes (ryubing/ryujinx!204)
See merge request ryubing/ryujinx!204
2025-12-04 17:32:26 -06:00
Neo
4e96310012 Merge branch ryujinx:master into ui-actions-new 2025-12-03 07:16:44 -06:00
GreemDev
d522bfef62 fix: Force the key install helper to delete key files before copying (not sure why the overwrite boolean does nothing for File.Copy) 2025-12-02 21:23:06 -06:00
_Neo_
d67d96ebaa Realised that you need keys to install firmware 2025-11-29 19:37:31 +02:00
Neo
ac4448d2d7 Merge branch ryujinx:master into ui-actions-new 2025-11-20 02:51:52 -06:00
KeatonTheBot
39f55b2af3 cpu: Protect against stack overflow caused by deep recursion (ryubing/ryujinx!111)
See merge request ryubing/ryujinx!111
2025-11-19 20:50:23 -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
_Neo_
4e0de8adab Fix another "Left" alignment 2025-11-17 14:27:11 +02:00
_Neo_
c5f4a47184 Fix margins & alignment on XCI Trimmer View columns 2025-11-17 14:15:35 +02:00
Neo
d1a15251db Merge branch ryujinx:master into ui-actions-new 2025-11-17 02:42:14 -06:00
GreemDev
862a686c5e UI: Improve "Show Changelog" button in the updater
Now it no longer causes the dialog to disappear (which then promptly re-appears so you can click yes/no to accept/deny the update)
2025-11-17 00:15:58 -06:00
GreemDev
e8751e1c40 more C# 14 partial properties 2025-11-16 19:14:26 -06:00
GreemDev
09748b140a Use the new C# 14 null propagation setter 2025-11-16 19:14:26 -06:00
Coxxs
456db46065 Stub IWriterForApplication: 0 (CreateContextRegistrar) (ryubing/ryujinx!183)
See merge request ryubing/ryujinx!183
2025-11-16 18:24:41 -06:00
Neo
944efa740a Merge branch ryujinx:master into ui-actions-new 2025-11-15 03:23:15 -06:00
Maki
10476771d3 fix: detect face button layout for gamepads (ryubing/ryujinx!219)
See merge request ryubing/ryujinx!219
2025-11-14 12:51:53 -06:00
Maki
c5082ac85a fix: make controller GUIDs match old SDL2 GUIDs (ryubing/ryujinx!218)
See merge request ryubing/ryujinx!218
2025-11-14 11:52:42 -06:00
_Neo_
0bb85249a8 Minor Adjustments 2025-11-13 19:39:22 +02:00
Neo
8b74344f62 Merge branch ryujinx:master into ui-actions-new 2025-11-12 08:57:35 -06:00
Coxxs
1baaa1c365 Preserve and rename the configuration file when it is deemed invalid (ryubing/ryujinx!216)
See merge request ryubing/ryujinx!216
2025-11-12 08:23:05 -06:00
_Neo_
c065a7676b Actions Changes 2025-11-12 14:23:06 +02:00
LotP
e8225ce7aa Memory changes 3.1 (ryubing/ryujinx!212)
See merge request ryubing/ryujinx!212
2025-11-11 13:24:57 -06:00
GreemDev
6b814fb973 feature: .NET 10 (ryubing/ryujinx!214)
See merge request ryubing/ryujinx!214
2025-11-11 12:55:36 -06:00