- Dec 20, 2024
-
-
Jacobwasbeast authored
Added functionality to load 532-byte Amiibo BIN files, commonly used in Tagmo and similar tools. These files were missing the following pages. * 133 (85h) PWD * 134 (86h) PACK RFUI These pages can be added as null bytes if not present. The system seems to function correctly without them.
-
LotP1 authored
Use 1 locales file instead of individual files for each langauge. This makes it easier to keep track of what is missing. The PR will automatically fix missing locales and throw an error if anything is incorrect, by running the emulator. That way the person adding a new locale or new language can just run the emulator once to populate all the fields, so they can easily begin translating.
-
Jacobwasbeast authored
This introduces the ability to read and write game data and model information from an Amiibo dump file (BIN format). Note that this functionality requires the presence of a key_retail.bin file. For the option to appear and function in the UI, ensure that the key_retail.bin file is located in the <RyujinxData>/system folder.
- Dec 18, 2024
-
- Dec 15, 2024
-
- Dec 14, 2024
-
-
Evan Husted authored
-
Evan Husted authored
-
- Dec 13, 2024
-
- Dec 10, 2024
-
-
rrondo authored
I made some small corrections and translated the lines that didn’t have translations.
-
Gab authored
This adds a table making it clearer what artifacts are needed for what platform. Nogui builds are not provided in the table as per Greem's request. MAINTAINER EDIT: reasoning for above is due to the Headless in Avalonia PR; nogui builds are going away. Tested for both canary and release builds and everything works fine: [Canary](https://github.com/GabCoolDude/Ryujinx-Canary/releases/tag/1.2.6) [Release](https://github.com/GabCoolDude/Ryujinx/releases/tag/1.2.2) For release, the damn appimage messed everything up, but thanks to macOS, you can still test if it works.
-
- Dec 08, 2024
- Dec 07, 2024
-
-
GreemDev authored
-
GreemDev authored
Fixes #347.
-
GreemDev authored
HLE: extract custom NACP data functionality into a static helper for generic reuse elsewhere, and clarify magic numbers.
-
GreemDev authored
-
WilliamWsyHK authored
Co-authored-by:
LotP1 <rasmus.stilling.pedersen1@gmail.com>
-
maxdlpee authored
- Added translations for XCI trimmer - Added translations for Cabinet applet - Added translations for Keys installer - Other miscellaneous translations added
-
- Dec 06, 2024
-
-
Luke Warner authored
This prevents a crash in Mario Kart Live: Home Circuit that would occur after exiting the kart pairing screen.
-
- Dec 04, 2024
-
-
GreemDev authored
UI: Move Shader Compilation hint, graphics backend, and GPU manufacturer to the right side of the status bar, next to firmware version. Removed the "Game:" prefix in front of FPS.
-
GreemDev authored
chore: applets: Cleanup redundant ReadStruct implementations & provide a default implementation for IApplet#GetResult.
-
- Dec 03, 2024
-
-
Jacobwasbeast authored
This adds the missing Cabinet Applet, which allows for formatting Amiibos and changing their names.
-
- Dec 02, 2024
-
- Nov 30, 2024
-
-
Luke Warner authored
These changes allow Mario Kart Live: Home Circuit (v2.0.0) to boot into menus. Kart functionality has not been implemented and will not work. Version 1.0.0 is currently unsupported due to unimplemented ARM registers. I plan on addressing this issue at a later date. ### Here is a list of the implemented and stubbed services in this PR: #### Implemented: Ldn.Lp2p.IServiceCreator: 0 (CreateNetworkService) Ldn.Lp2p.IServiceCreator: 8 (CreateNetworkServiceMonitor) Ldn.Lp2p.ISfService: 0 (Initialize) Ldn.Lp2p.ISfServiceMonitor: 0 (Initialize) Ldn.Lp2p.ISfServiceMonitor: 256 (AttachNetworkInterfaceStateChangeEvent) Ldn.Lp2p.ISfServiceMonitor: 328 (AttachJoinEvent) #### Stubbed: Ldn.Lp2p.ISfService: 768 (CreateGroup) Ldn.Lp2p.ISfService: 1536 (SendToOtherGroup) Ldn.Lp2p.ISfService: 1544 (RecvFromOtherGroup) Ldn.Lp2p.ISfServiceMonitor: 288 (GetGroupInfo) Ldn.Lp2p.ISfServiceMonitor: 296 (GetGroupInfo2) Ldn.Lp2p.ISfServiceMonitor: 312 (GetIpConfig)
-