Commit graph

1590 commits

Author SHA1 Message Date
Neo
6695dfed8e Merge branch 'ui-actions-new' into 'master'
UI: Actions Menu

See merge request [ryubing/ryujinx!232](https://git.ryujinx.app/ryubing/ryujinx/-/merge_requests/232)
2026-01-28 06:52:32 -06:00
GreemDev
cc5b60bbca fix AppleHardwareDeviceDriver.IsSupported (no fancy check is needed; it's on any macOS version 10.5 (Leopard) and above) 2026-01-28 00:05:02 -06:00
GreemDev
5ed94c365b add a stack trace for the catch branch of AppleHardwareDeviceDriver.IsSupported 2026-01-27 17:52:45 -06:00
GreemDev
fef93a453a [ci skip] replace all usages of IntPtr with nint 2026-01-27 17:41:46 -06:00
GreemDev
82074eb191 audio backend projects code cleanup 2026-01-27 17:34:51 -06:00
GreemDev
bd388cf4f9 Expose AudioToolkit in UI 2026-01-27 17:28:59 -06:00
Stossy11
d271abe19a [ci skip] Add macOS native Audio Backend (ryubing/ryujinx!252)
See merge request ryubing/ryujinx!252

THIS IS CURRENTLY NOT EXPOSED BY THE UI OR HANDLED BY THE EMULATOR. Expect a commit later to add it to configs, UI, etc.
2026-01-27 17:03:59 -06:00
Neo
4b22eb0b8c Merge branch ryujinx:master into ui-actions-new 2026-01-21 04:07:38 -06:00
GreemDev
f556e8b8fb add offline update server catch branch 2026-01-20 13:19:44 -06:00
_Neo_
b5f002db9b Changes and improvements 2026-01-20 20:58:22 +02:00
_Neo_
558da54b8c Initial Implementation of Firmware.json
Same logic as Keys.json.
2026-01-18 20:06:26 +02:00
_Neo_
9a5214b366 Initial Implementation of Keys.json
For now, decided to title it as Keys.json until, perhaps, a more optimal name is found.
2026-01-18 19:48:58 +02:00
_Neo_
8df044a6c8 Initial Implementation of XCITrimmer.json
Used "XCI" instead of Xci, for now.
2026-01-18 19:19:21 +02:00
_Neo_
d48ffb3dcd Some more entries in Amiibo.json 2026-01-18 18:04:06 +02:00
_Neo_
0a94113296 Fix errors 2026-01-18 17:47:55 +02:00
_Neo_
5254c301d6 Fix locale errors 2026-01-18 17:32:54 +02:00
_Neo_
9d167a808c Initial Implementation of Amiibo.json
NOT the same Amiibo.json that is used for actual Amiibo data.
2026-01-18 17:30:17 +02:00
_Neo_
38f56f793b Implement MiiEditor.json 2026-01-18 16:50:04 +02:00
_Neo_
cb5b04ae58 Add back changes 2026-01-18 15:49:41 +02:00
Neo
55d757488c Merge branch ryujinx:master into ui-actions-new 2026-01-18 07:47:05 -06:00
_Neo_
c1cbe0cfa9 Fix Merge Error 2026-01-18 15:46:46 +02:00
GreemDev
fa55608587 RenderDoc API support (ryubing/ryujinx!242)
See merge request ryubing/ryujinx!242
2026-01-01 00:10:21 -06:00
LotP
4c64300576 fix new locale files data loading (ryubing/ryujinx!245)
See merge request ryubing/ryujinx!245
2025-12-31 20:21:35 -06:00
LotP
0a3db19b28 fix language switching 2 (ryubing/ryujinx!244)
See merge request ryubing/ryujinx!244
2025-12-31 10:30:35 -06:00
LotP
453b246faa fix (ryubing/ryujinx!243)
See merge request ryubing/ryujinx!243
2025-12-31 09:15:40 -06:00
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