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
1ecc2b1916
Merge branch ryujinx:master into ui-actions-new
2026-01-22 05:19:09 -06:00
Hack茶ん
c154f66f26
Update Korean translation ( ryubing/ryujinx!251 )
...
See merge request ryubing/ryujinx!251
2026-01-21 18:23:34 -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_
48ffbe23e3
Trailing comma
2026-01-18 20:20:19 +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
Babib3l
99feaafbe6
French and Spanish Translations updates on RenderDoc ( ryubing/ryujinx!246 )
...
See merge request ryubing/ryujinx!246
2026-01-03 07:23:11 -06: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
f585b36263
Use new retry flag for uploading built artifacts in CI
...
(I'm tired of the GitLab randomly HTTP 500ing and causing the entire CI to fail)
2025-12-23 02:16:01 -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
GreemDev
1e1bcb4a5b
storing commit string in github output causes weird CI failures
...
so let's just not bother, it didn't show anything more than the UI already did anyways
2025-12-23 00:02:02 -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
c032c4e946
Merge branch ryujinx:master into ui-actions-new
2025-12-19 04:58:05 -06:00
GreemDev
66f339d265
CI 2.0 ( ryubing/ryujinx!237 )
...
See merge request ryubing/ryujinx!237
2025-12-18 22:56:50 -06:00
Neo
712b1f90d0
Merge branch ryujinx:master into ui-actions-new
2025-12-18 03:52:40 -06:00
GreemDev
6cdbdfd329
[ci skip] Pin GitLabCli to 1.4.1 in CI scripts so I can test v2.0
2025-12-18 03:27:43 -06:00
GreemDev
9f817d60d5
oops
2025-12-18 03:05:42 -06:00
GreemDev
5cffc95be6
Make all OSes build on Linux (7zip has a linux version)
2025-12-18 03:01:22 -06:00