GreemDev
e18e27fbc5
Revert "infra: Update LibHac to v0.20.0."
...
This seems to have broken some mods.
This reverts commit 1d4928e859e15410fe9ffdbd2cdb13b59d048507.
2025-05-14 21:36:02 -05:00
GreemDev
f1eb911d25
Revert "hle: fix: TargetInvocationException when initializing IParentalControlService"
...
This reverts commit e1c0b3acabee5635fa94d2fd9fb289e759595828.
2025-05-14 21:35:19 -05:00
GreemDev
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.
2025-05-14 18:10:54 -05:00
GreemDev
1d4928e859
infra: Update LibHac to v0.20.0.
...
See merge request [ryubing/ryujinx!33 ](https://git.ryujinx.app/ryubing/ryujinx/-/merge_requests/33 )
2025-05-14 15:52:14 -05:00
KeatonTheBot
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 )
2025-05-13 19:27:24 -05:00
GreemDev
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.
2025-05-13 00:33:27 -05:00
WilliamWsyHK
321bdecbc2
Typo for "Verification"
...
See merge request [ryubing/ryujinx!32 ](https://git.ryujinx.app/ryubing/ryujinx/-/merge_requests/32 )
2025-05-11 12:47:54 -05:00
GreemDev
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.
2025-05-04 03:26:54 -05:00
LotP
9b429afbb4
fix: PPTC blacklist trigger conditions
...
See merge request ryubing/ryujinx!28
2025-04-27 16:57:57 -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
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
Hack茶ん
1e6b2ea9ca
Update Korean translation
2025-03-28 10:01:12 +00:00
GreemDev
5bf656cb25
Merge !2 into 'master'
...
See merge request ryubing/ryujinx!2
2025-03-28 02:59:56 +00:00
Tartifless
a6ce065f79
sdl2 guid, remove the CRC bytes (4 first characters) and replace with 0000 when creating guid
2025-03-28 02:59:56 +00:00
Daenorth
cb486ad66d
Update file locales.json
2025-03-27 05:25:02 +00:00
GreemDev
8ad5c73f4c
feature: Turbo Mode
...
Adds an elapsed tick multiplier feature which speeds up games which are built upon delta time.
More information: https://web.archive.org/web/20240713135029/https://github.com/Ryujinx/Ryujinx/pull/6456
2025-03-25 02:37:22 +00:00
GreemDev
d7754aeee1
Merge branch 'patch-2' into 'master'
...
Very small fix for Swedish in locales.json to render the Settings tab line better
See merge request ryubing/ryujinx!12
2025-03-23 18:57:31 +00:00
Yeager
4ef2836df1
Very small fix for Swedish in locales.json to render the Settings tab line better
2025-03-23 17:41:58 +00:00
GreemDev
e7d3f39c1b
HLE: Damnit Greem, those were supposed to be debug.
...
OOPSIE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2025-03-23 04:16:23 -05:00
GreemDev
2f064064ca
HLE: Slightly speed up IpcService creation
...
This is not a crazy speedup, we're talking fractions of a millisecond here (I had to measure in ticks; 10000000 ticks per second)
- TIPC commands are opted-into for registration since they are only used for IUserInterface, but were still attempted to be initialized for every service which spent needless time.
- Directly use GetType() instead of accessing all exported types, and Where()ing for equivalency to GetType(). This causes the logic for registration to be a lot faster.
2025-03-23 04:14:31 -05:00
GreemDev
86c2f261af
Graphics: Save shaders to a lowercase title ID folder.
...
I think this got reverted in the metal revert commit.
2025-03-22 22:39:03 -05:00
Yeager
02d459a9bd
Swedish translations for new strings
2025-03-21 06:26:42 +00:00
GreemDev
e685168675
Merge branch 'master' into 'master'
...
Added Xenoblade X DE to RPC and compatlist
See merge request ryubing/ryujinx!7
2025-03-20 08:26:01 +00:00
Daenorth
e250d83e2a
Added Xenoblade X DE to RPC and compat list
2025-03-20 08:26:00 +00:00
GreemDev
d4bf7d3c2b
HLE: Implement missing service calls needed for Xenoblade Chronicles X DE
2025-03-20 07:57:03 +00:00
GreemDev
c229d458e7
UI: Forgot to restore the updater in one place
...
I knew something was missing
2025-03-18 19:07:22 -05:00
GreemDev
f09ca0f57f
UI: Restore in-app changelog functionality
2025-03-18 18:58:52 -05:00
GreemDev
078909169d
misc: chore: Simplify ReleaseChannels creation
2025-03-16 14:21:17 -05:00
GreemDev
24c90a8fde
Prevent being cut off from updates for the future.
...
The release channels are now provided via an API endpoint from ryujinx.app.
2025-03-16 00:54:20 -05:00
GreemDev
57118e00fb
UI: Added the ability to unbind hotkeys via pressing backspace.
2025-03-14 23:52:27 -05:00
GreemDev
11ea020092
UI: Change the github button in the About window to a gitlab one
2025-03-14 23:42:57 -05:00
GreemDev
70f3dae146
fix: chore: Remove in-app links to the now gone GitHub, replace those that we can with the GitLab URLs.
2025-03-14 17:37:35 -05:00
Keaton
7664f8cde9
update FFmpeg to 6.1.2 & Windows on ARM support ( #702 )
...
As stated in the title, win-arm64 (Windows 11 ARM) has been added to the
workflows, so these builds should automatically compile for this PR and
all other releases going forward.
Also updated the FFmpeg runtimes from 5.0.3 to 6.1.2. macOS (x64/arm64)
is _currently_ excluded from the update until a proper cross-compiling
environment can be set up for these architectures.
Windows 11 ARM users, please test the win-arm64 build for any issues.
---------
Co-authored-by: Evan Husted <greem@greemdev.net>
2025-03-13 18:36:57 -05:00
Hack茶ん
ddc00cf2d8
Update Korean translation ( #764 )
2025-03-13 13:56:47 -05:00
Evan Husted
05b4bd8c61
UI: Use a new repo for amiibo stuff specifically
2025-03-12 14:17:14 -05:00
Milihraim
20111a651c
Update Russian ( #745 )
2025-03-12 00:12:37 -05:00
WilliamWsyHK
659e580f4d
Update TChinese translation ( #738 )
2025-03-11 23:34:57 -05:00
Daniel Nylander
6b402847d2
Updated Swedish in locales.json ( #748 )
2025-03-11 05:16:33 -05:00
shinyoyo
3b06f4cb78
Updated Zh-CN Simplified Chinese. ( #737 )
2025-03-11 01:35:19 -05:00
Evan Husted
1219f329c1
misc: chore: [ci skip] fully fix changelog urls for stable
2025-03-10 01:24:06 -05:00
Evan Husted
d5527f87cb
UI: [ci skip] fix changelog urls on new release channel
2025-03-08 21:07:03 -06:00
rrondo
7271e7050d
Ukrainian localization update ( #755 )
2025-03-07 23:28:25 -06:00