GreemDev
93f30754e1
misc: [ci skip] fix typo in comment & rename CheckForUpdateAsync
2025-07-02 00:58:41 -05:00
LotP
c37778c337
fix: use accurate length for enumerating
...
See merge request ryubing/ryujinx!49
2025-07-02 00:58:41 -05:00
GreemDev
d15d9e65c2
missed the projects/ API endpoint part
2025-07-02 00:58:41 -05:00
GreemDev
cf819c572b
infra: Add functionality to the CI to upload artifacts to this GitLab and make releases based on all files uploaded.
...
See merge request ryubing/ryujinx!48
2025-07-02 00:58:40 -05:00
MrKev
50211d5f2d
Fix ~3500 analyser issues
...
See merge request ryubing/ryujinx!44
2025-07-02 00:58:40 -05:00
GreemDev
07b1e849f9
misc: Remove internal release channel constants
2025-07-02 00:58:40 -05:00
GreemDev
a742e9ff8e
UI: RPC: Remove release channel from RPC logo hover
2025-07-02 00:58:40 -05:00
GreemDev
5c523243bc
Revert "PPTC: fix rare EndOfStreamException in ContainsBlacklistedFunctions"
...
This reverts commit 1156307ef9
2025-07-02 00:58:40 -05:00
GreemDev
5bedfe2ca4
misc: fix duplicated code (oops), reorder the commands in-code to match the UI
2025-07-02 00:58:40 -05:00
GreemDev
ff7a607b49
misc: Swap the context menu actions to Commands
2025-07-02 00:58:39 -05:00
GreemDev
81c1b14c0d
[ci skip] infra: After a quick test, ARMeilleure didn't even use anything from Ryujinx.Common.
2025-07-02 00:58:39 -05:00
GreemDev
3c98be1a78
PPTC: fix rare EndOfStreamException in ContainsBlacklistedFunctions
2025-07-02 00:58:39 -05:00
KeatonTheBot
fbc566e0b4
Workaround undefined behavior in bad dual source blend states
...
See merge request ryubing/ryujinx!4
2025-07-02 00:58:39 -05:00
GreemDev
1ebc8c2ce6
UI: RPC: link to release channels on logo in RPC
2025-07-02 00:58:39 -05:00
GreemDev
60e12ac1af
UI: Show "Paused" in place of FPS and FIFO when emulation is paused.
2025-07-02 00:58:39 -05:00
GreemDev
d48ca5e7a3
headless: Load global input configs by default. Added an option --disable-main-input-config
to disable this behavior.
2025-07-02 00:58:39 -05:00
GreemDev
754c535957
cpu: turbo: Increase Turbo cap to 1000% and remove the discrepancy between the slider and number box max values.
2025-07-02 00:58:39 -05:00
GreemDev
4ac4ad399b
Add LotP to About window
2025-07-02 00:58:39 -05:00
MrKev
48c0118779
Fix JWT Claims and Socket Flag Handling to Improve Just Dance® Server Connection
...
See merge request ryubing/ryujinx!38
2025-07-02 00:58:39 -05:00
KeatonTheBot
735812e926
ffmpeg: Fix green screen issues on Linux
...
See merge request ryubing/ryujinx!40
2025-07-02 00:58:39 -05:00
GreemDev
c0c021c7a9
fix: Super Mario Party Jamboree audio renderer crashing
...
See merge request ryubing/ryujinx!34
2025-07-02 00:58:39 -05:00
KeatonTheBot
f284a99cb0
Optimize XMAD instruction sequence into a single 32-bit multiply when possible
...
See merge request [ryubing/ryujinx!24 ](https://git.ryujinx.app/ryubing/ryujinx/-/merge_requests/24 )
2025-07-02 00:58:39 -05:00
Goodfeat
883b2968cd
Small Fix: now it is enough to activate dirty hack in global settings for the option...
...
See merge request [ryubing/ryujinx!20 ](https://git.ryujinx.app/ryubing/ryujinx/-/merge_requests/20 )
2025-07-02 00:58:39 -05:00
GreemDev
4deba433b8
infra: use src.ryujinx.app redirect domain for git repo button
2025-07-02 00:58:39 -05:00
GreemDev
4a61922639
ui: Proper light/dark GitLab logos.
...
Images from 6c7b7d6fc4
2025-07-02 00:58:39 -05:00
GreemDev
91553bb1f8
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-07-02 00:58:39 -05:00
GreemDev
1cdb6fa933
gpu: tweak: Do not log missing Votevtg implementation.
2025-07-02 00:58:39 -05:00
GreemDev
fbc3ba30b9
infra: Generate .nupkg when building ARMeilleure, Ryujinx.Common, and Ryujinx.Memory.
...
Additionally added a script to push them to Ryubing GitLab package registry. This script is my use only since it assumes you have the necessary authentication locally & on the server.
TODO: figure out a way to get proper versioning for them.
2025-07-02 00:58:39 -05:00
GreemDev
fecdce2ca6
infra: Update to Ryujinx.LibHac 0.20.0.
...
This time it's pulled in via GitLab package registry.
2025-07-02 00:58:39 -05:00
GreemDev
7c2bc153a3
Revert "infra: Update LibHac to v0.20.0."
...
This seems to have broken some mods.
This reverts commit 1d4928e859
.
2025-07-02 00:58:39 -05:00
GreemDev
caf9fcac29
Revert "hle: fix: TargetInvocationException when initializing IParentalControlService"
...
This reverts commit e1c0b3acab
.
2025-07-02 00:58:39 -05:00
GreemDev
0bda9b1b64
hle: fix: TargetInvocationException when initializing IParentalControlService
...
The original implementation was a little overengineered (and didn't work). I suppose the games I tested simply didn't init the service.
2025-07-02 00:58:39 -05:00
GreemDev
c62982aa24
infra: Update LibHac to v0.20.0.
...
See merge request [ryubing/ryujinx!33 ](https://git.ryujinx.app/ryubing/ryujinx/-/merge_requests/33 )
2025-07-02 00:58:39 -05:00
KeatonTheBot
39499c87d7
Vulkan: Restrict feedback loop detection to AMD RDNA 3 GPUs
...
See merge request [ryubing/ryujinx!25 ](https://git.ryujinx.app/ryubing/ryujinx/-/merge_requests/25 )
2025-07-02 00:58:39 -05:00
GreemDev
3b3cd92a73
infra: Switch to [Ryujinx.LibHac]( https://git.ryujinx.app/ryubing/libhac )
...
The original repository disappeared a few days ago, and we had a backup.
2025-07-02 00:58:39 -05:00
WilliamWsyHK
c1ec40b71e
Typo for "Verification"
...
See merge request [ryubing/ryujinx!32 ](https://git.ryujinx.app/ryubing/ryujinx/-/merge_requests/32 )
2025-07-02 00:58:39 -05:00
GreemDev
eefc4cfe28
fix: Prevent loading the Switch Verification homebrew specifically.
...
Its intended purpose is to be installed on a modded real Switch. It is wholly useless and pointless to use it in the emulator, and this will give those users a hint they might be doing something incorrectly.
2025-07-02 00:58:39 -05:00
LotP
5a3d6f9da8
fix: PPTC blacklist trigger conditions
...
See merge request ryubing/ryujinx!28
2025-07-02 00:58:39 -05:00
GreemDev
ad88e32296
Merge branch 'master' into update/dotnet/10
2025-04-26 19:14:54 -05:00
LotP
c4ea0e0df2
Reset PPTC Carriers on invalidation
...
See merge request ryubing/ryujinx!26
2025-04-24 12:48:22 -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
LotP
4c9e8f8e5c
reset infoStreams when the cache is invalid
...
See merge request ryubing/ryujinx!23
2025-04-22 21:42:41 -05:00
LotP
e33dc6f096
fix all mods always active
...
See merge request ryubing/ryujinx!22
2025-04-22 20:06:15 -05:00
LotP
3a79b442b0
Fix loading multiple mods with partially matching names
...
See merge request ryubing/ryujinx!21
2025-04-21 18:50:22 -05:00
GreemDev
e96f1df058
feature: Initial .NET 10 Support
...
Works as of .NET 10.0.0-preview.3.25171.5
2025-04-17 04:13:40 -05:00
GreemDev
60992e2545
feature: Virtual dual Joy-Con
...
See merge request ryubing/ryujinx!3
2025-04-07 18:15:14 -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
2ea9e945ab
Move locales.json to repository root under "assets" folder
...
See merge request ryubing/ryujinx!20
2025-03-30 02:06:04 -05:00
Yeager
5d8451b41a
Update Swedish in locales.json
2025-03-29 20:22:23 -05:00
Shinyoyo
dfdbb23f0d
Updated Simplified Chinese translation.
2025-03-29 03:47:24 -05:00