Commit Graph

4419 Commits

Author SHA1 Message Date
6873303864 UI: Show "Paused" in place of FPS and FIFO when emulation is paused. 2025-05-28 00:12:55 -05:00
cd72ba0075 headless: Load global input configs by default. Added an option --disable-main-input-config to disable this behavior. 2025-05-27 23:46:43 -05:00
be6919d931 cpu: turbo: Increase Turbo cap to 1000% and remove the discrepancy between the slider and number box max values. 2025-05-27 23:36:53 -05:00
cf0185da17 Add LotP to About window 2025-05-27 23:36:53 -05:00
1d923ba7b0 Fix JWT Claims and Socket Flag Handling to Improve Just Dance® Server Connection
See merge request ryubing/ryujinx!38
Canary-1.3.52
2025-05-27 16:46:54 -05:00
f14d65b543 update changelog 2025-05-26 17:00:54 -05:00
fd9f161476 Update Korean translation
See merge request ryubing/ryujinx!42
2025-05-26 15:10:50 -05:00
ae070c76d7 ffmpeg: Fix green screen issues on Linux
See merge request ryubing/ryujinx!40
Canary-1.3.51
2025-05-25 22:34:56 -05:00
2aa072fbfa fix: Super Mario Party Jamboree audio renderer crashing
See merge request ryubing/ryujinx!34
Canary-1.3.50
2025-05-24 17:00:30 -05:00
1c411082db 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)
Canary-1.3.49
2025-05-23 17:12:37 -05:00
be7285f7fc Update Simplified Chinese translation.
See merge request [ryubing/ryujinx!37](https://git.ryujinx.app/ryubing/ryujinx/-/merge_requests/37)
2025-05-23 17:09:38 -05:00
6f59a14ec6 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)
Canary-1.3.48
2025-05-23 06:27:33 -05:00
d85ec0eff5 infra: use src.ryujinx.app redirect domain for git repo button Canary-1.3.47 2025-05-20 04:40:46 -05:00
02ad827a94 chore: Remove mention of GitHub in changelog button tooltip 2025-05-20 04:39:36 -05:00
6e7220eb28 chore: specify Nintendo Switch 1 in about window and remove leftover mention of GitHub 2025-05-20 04:37:03 -05:00
7a3a21b0c0 ui: Proper light/dark GitLab logos.
Images from 6c7b7d6fc4
2025-05-20 04:36:31 -05:00
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
df3b5b4bd8 gpu: tweak: Do not log missing Votevtg implementation. 2025-05-20 03:28:03 -05:00
11cc80f7fc 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.
Canary-1.3.46
2025-05-18 03:10:38 -05:00
f6c1e97110 infra: Update to Ryujinx.LibHac 0.20.0.
This time it's pulled in via GitLab package registry.
Canary-1.3.45
2025-05-18 02:26:39 -05:00
e18e27fbc5 Revert "infra: Update LibHac to v0.20.0."
This seems to have broken some mods.

This reverts commit 1d4928e859.
Canary-1.3.44
2025-05-14 21:36:02 -05:00
f1eb911d25 Revert "hle: fix: TargetInvocationException when initializing IParentalControlService"
This reverts commit e1c0b3acab.
2025-05-14 21:35:19 -05:00
e1c0b3acab 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.
Canary-1.3.43
2025-05-14 18:10:54 -05:00
1d4928e859 infra: Update LibHac to v0.20.0.
See merge request [ryubing/ryujinx!33](https://git.ryujinx.app/ryubing/ryujinx/-/merge_requests/33)
Canary-1.3.42
2025-05-14 15:52:14 -05:00
28b8dc14c7 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)
Canary-1.3.41
2025-05-13 19:27:24 -05:00
21971a2be7 infra: Switch to [Ryujinx.LibHac](https://git.ryujinx.app/ryubing/libhac)
The original repository disappeared a few days ago, and we had a backup.
Canary-1.3.40
2025-05-13 00:33:27 -05:00
321bdecbc2 Typo for "Verification"
See merge request [ryubing/ryujinx!32](https://git.ryujinx.app/ryubing/ryujinx/-/merge_requests/32)
Canary-1.3.39
2025-05-11 12:47:54 -05:00
6904d6a461 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.
Canary-1.3.38
2025-05-04 03:26:54 -05:00
d8e3ab3974 Update Korean translation
See merge request [ryubing/ryujinx!30](https://git.ryujinx.app/ryubing/ryujinx/-/merge_requests/30)
2025-04-28 23:29:41 -05:00
9b429afbb4 fix: PPTC blacklist trigger conditions
See merge request ryubing/ryujinx!28
Canary-1.3.37
2025-04-27 16:57:57 -05:00
b71a4cb745 docs: compat: Breakout Beyond & Nikoderiko: The Magical World 2025-04-26 19:14:08 -05:00
844b1d8b9a Update Simplified Chinese translation.
See merge request ryubing/ryujinx!27
2025-04-25 21:03:27 -05:00
c4ea0e0df2 Reset PPTC Carriers on invalidation
See merge request ryubing/ryujinx!26
Canary-1.3.36
2025-04-24 12:48:22 -05:00
0ae536a757 Improvements and fixes to issues in the controller input menu
See merge request ryubing/ryujinx!2
Canary-1.3.35
2025-04-24 00:16:53 -05:00
4c9e8f8e5c reset infoStreams when the cache is invalid
See merge request ryubing/ryujinx!23
1.3.1 Canary-1.3.34
2025-04-22 21:42:41 -05:00
e33dc6f096 fix all mods always active
See merge request ryubing/ryujinx!22
Canary-1.3.33
2025-04-22 20:06:15 -05:00
3a79b442b0 Fix loading multiple mods with partially matching names
See merge request ryubing/ryujinx!21
Canary-1.3.32
2025-04-21 18:50:22 -05:00
244c0505d9 Another update for Ukrainian translation
See merge request ryubing/ryujinx!17
2025-04-18 15:47:05 -05:00
e0181d3410 Update translations of zh-tw
See merge request ryubing/ryujinx!9
2025-04-14 15:33:07 -05:00
4c7c5ea323 MACOS build fixes
See merge request ryubing/ryujinx!12
Canary-1.3.31
2025-04-14 15:21:37 -05:00
4a6d9c2b3f Swedish update in locales.json (again)
See merge request ryubing/ryujinx!11
2025-04-14 15:17:46 -05:00
2c8afa7e6e Update Ukrainian translation
See merge request ryubing/ryujinx!10
2025-04-13 17:05:57 -05:00
d98ed30450 fix "regular builds" linking to canary builds 2025-04-13 13:25:23 -05:00
7c89e87deb Update Swedish translation in locales.json
See merge request ryubing/ryujinx!7
2025-04-13 02:48:00 -05:00
60992e2545 feature: Virtual dual Joy-Con
See merge request ryubing/ryujinx!3
Canary-1.3.30
2025-04-07 18:15:14 -05:00
adae465b08 Merge branch ryujinx:master into master 2025-03-31 00:22:10 -05:00
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
b76e223cc3 Merge branch ryujinx:master into master 2025-03-30 02:14:46 -05:00
2ea9e945ab Move locales.json to repository root under "assets" folder
See merge request ryubing/ryujinx!20
2025-03-30 02:06:04 -05:00
a84cc62508 Merge branch ryujinx:master into master 2025-03-30 01:21:41 -05:00