Babib3l
f5d87f3bb7
Merge branch ryujinx:master into master
2025-11-11 00:59:25 +01:00
Babib3l
4677b749b1
fr_FR and es_ES small translation update ( ryubing/ryujinx!172 )
...
See merge request ryubing/ryujinx!172
2025-11-10 17:35:17 -06:00
Babib3l
8ddb0c16c3
Merge branch ryujinx:master into master
2025-11-10 23:46:28 +01:00
GreemDev
ed32cd6999
fix nested project error when building
2025-11-10 13:32:40 -06:00
Babib3l
54f08acf2c
Merge branch ryujinx:master into master
2025-11-10 15:37:20 +01:00
GreemDev
d7e2d4534a
[ci skip] fix new SDL projects showing up in an src folder in the IDE (idk how I didn't see that before)
2025-11-10 00:12:39 -06:00
LotP
3c3e14c819
Update .gitattributes ( ryubing/ryujinx!213 )
...
See merge request ryubing/ryujinx!213
2025-11-09 19:03:01 -06:00
Godzilaa4
dd9ba05e36
Updated PT_BR translation ( ryubing/ryujinx!208 )
...
See merge request ryubing/ryujinx!208
2025-11-09 14:36:44 -06:00
Maki
a49822470c
fix: crash when connecting a joycon ( ryubing/ryujinx!211 )
...
See merge request ryubing/ryujinx!211
2025-11-09 13:35:16 -06:00
Babib3l
3c550deeb7
Merge branch ryujinx:master into master
2025-11-08 16:31:23 +01:00
GreemDev
58be57bf73
chore: [ci skip] rename InputElement_OnGotFocus/OnLostFocus to fit what it's listening to better
2025-11-08 03:21:54 -06:00
shinyoyo
17d5d6e65a
Updated Simplified Chinese translation. ( ryubing/ryujinx!209 )
...
See merge request ryubing/ryujinx!209
2025-11-08 03:16:17 -06:00
GreemDev
1dac06e394
misc: [ci skip] remove duplicate log when setting audio backend
2025-11-08 00:18:23 -06:00
GreemDev
ed89ffd3f8
fix: add back compat functionality to the AudioBackend enum as well, and add missing migration comment from config version 70
2025-11-07 22:23:13 -06:00
GreemDev
844d7a9cfe
fix: broken arrow in log
2025-11-07 22:14:35 -06:00
GreemDev
cf6acba416
chore: remove debug logging from SDL update
2025-11-07 20:44:25 -06:00
GreemDev
5a9d5ee664
chore: [ci skip] Add more misc logging similar to the "loading content archive" line for loading a base game dump, to updates and DLC.
2025-11-07 15:14:43 -06:00
GreemDev
bbad867319
add back the SDL2 enum for back compatibility so existing configs are not entirely reset upon loading the version with SDL3
2025-11-07 15:02:29 -06:00
Maki
a8ace3d23c
chore: SDL3 ( ryubing/ryujinx!207 )
...
See merge request ryubing/ryujinx!207
2025-11-07 14:43:48 -06:00
Babib3l
f2e2e93ea2
Merge branch ryujinx:master into master
2025-11-07 18:38:10 +01:00
GreemDev
13b69aedfe
idea: Catch HorizonResultExceptions of result type ResultFsNonRealDataVerificationFailed
...
- log a more clear error message as to what 2002-4604 means for the user
- and return the result from the FileSystemProxy IStorage to pass the invalid data handling to the game instead of stopping emulation there and then.
- this may be changed. i'm pretty sure this error is only thrown when you actually have integrity checking enabled in settings, so maybe it crashing with a friendler message is more desired than potentially continuing execution. we will see
2025-11-06 23:40:16 -06:00
Babib3l
3361ad933f
Merge branch ryujinx:master into master
2025-11-05 17:41:48 +01:00
GreemDev
234f7ca298
Fix socket closing on shutdown
...
Previously, sockets were only ever closed when the game specifically requested it.
Thanks @comex on GitHub for the patch submitted via the issues page.
Co-Authored-By: comex <47517+comex@users.noreply.github.com>
2025-11-04 20:48:36 -06:00
Babib3l
27c3231433
nullification of a french translation
2025-10-31 18:00:21 +01:00
Babib3l
3d25b9940e
Merge branch ryujinx:master into master
2025-10-31 17:27:32 +01:00
LotP
2c9b193018
Fix compiler warning ( ryubing/ryujinx!203 )
...
See merge request ryubing/ryujinx!203
2025-10-30 21:09:24 -05:00
LotP
92b61f9d73
Memory changes 3 ( ryubing/ryujinx!202 )
...
See merge request ryubing/ryujinx!202
2025-10-30 20:55:58 -05:00
Babib3l
b5f6e68e55
Merge branch ryujinx:master into master
2025-10-30 11:01:10 +01:00
WilliamWsyHK
ab7aeee67b
Add newly translated items for zh-TW ( ryubing/ryujinx!200 )
...
See merge request ryubing/ryujinx!200
2025-10-29 18:02:54 -05:00
Hack茶ん
b991fe05d9
Update Korean translation ( ryubing/ryujinx!201 )
...
See merge request ryubing/ryujinx!201
2025-10-29 18:01:07 -05:00
Babib3l
69ec2ef1be
Merge branch ryujinx:master into master
2025-10-29 20:30:26 +01:00
GreemDev
3140ec5f05
misc: Also show an error message box and quit if the process was launched with administrator rights.
2025-10-28 20:57:03 -05:00
GreemDev
40f709ff55
misc: Add a launch guard for program files (the emulator does not work properly when put here as it does not require admin)
2025-10-28 19:04:25 -05:00
GreemDev
53aae9b584
hle: Throw a ServiceNotImplementedException instead of ArgumentException if any number arguments provided to ILibraryAppletAccessor are nonzero
2025-10-28 15:37:59 -05:00
LotP
ff9a75f895
ILibraryAppletAccessor:90 tweak ( ryubing/ryujinx!199 )
...
See merge request ryubing/ryujinx!199
2025-10-28 13:37:20 -05:00
Babib3l
07491eeaf4
Merge branch ryujinx:master into master
2025-10-28 13:57:59 +01:00
sh0inx
3394736b07
HLE: Stub ILibraryAppletAccessor Unknown90 ( ryubing/ryujinx!197 )
...
See merge request ryubing/ryujinx!197
2025-10-27 12:48:17 -05:00
Babib3l
d9d9c69a15
Merge branch ryujinx:master into master
2025-10-27 13:31:12 +01:00
yeager
b06846aa5e
Updated Swedish translation (with updated branch) ( ryubing/ryujinx!156 )
...
See merge request ryubing/ryujinx!156
2025-10-27 02:47:59 -05:00
Babib3l
5327853f72
Update file locales.json
2025-10-26 22:10:25 +01:00
Babib3l
1ab78040aa
more general fixes
2025-10-26 22:07:17 +01:00
Babib3l
726491d0ba
Fix Debug being Deboguage in some fr_FR translations for consistency
2025-10-26 21:59:20 +01:00
Babib3l
b1bd469897
Update file locales.json
2025-10-26 21:53:23 +01:00
Babib3l
2c53c5bb06
Merge branch ryujinx:master into master
2025-10-26 21:52:09 +01:00
LotP
c94ffaa00a
gpu allocation optimizations ( ryubing/ryujinx!195 )
...
See merge request ryubing/ryujinx!195
2025-10-26 14:14:51 -05:00
GreemDev
718652599d
UI: Prevent null ldn game model arrays from entering the SetEntries method
2025-10-26 12:51:08 -05:00
Babib3l
2a74d2284d
Capitalisation fix
2025-10-26 11:12:44 +01:00
Babib3l
c980dc00aa
Update file locales.json
2025-10-26 11:10:15 +01:00
Babib3l
c7c8086f9f
Merge branch ryujinx:master into master
2025-10-26 11:01:11 +01:00
GreemDev
c8959afa3d
chore: Overall code cleanup
...
Update NuGet packages, fix version string in plist for macOS
2025-10-26 01:22:20 -05:00