Evan Husted
33cfce1c44
UI: RPC: add image asset for Bluey: The Video Game
...
(cherry picked from commit 13388e972a105096161f619e8659ac7bb03ebaf1)
2025-02-12 16:41:34 -06:00
KeatonTheBot
69a1419be5
UI: Clean up AXAML code
...
Release job / Create tag (push) Has been cancelled
Release job / Release for linux-arm64 (push) Has been cancelled
Release job / Release for linux-x64 (push) Has been cancelled
Release job / Release for win-x64 (push) Has been cancelled
Release job / Release MacOS universal (push) Has been cancelled
Release job / flatpak_release (push) Has been cancelled
* Remove unused namespaces
* Remove redundant attached property setters
* Use IsCheckedChanged in lieu of the obsolete Checked
* Optimize row & column definitions
2025-02-06 19:33:45 -06:00
LotP1
da0c6c57f9
PPTC Profiles
...
Release job / Create tag (push) Has been cancelled
Release job / Release for linux-arm64 (push) Has been cancelled
Release job / Release for linux-x64 (push) Has been cancelled
Release job / Release for win-x64 (push) Has been cancelled
Release job / Release MacOS universal (push) Has been cancelled
Release job / flatpak_release (push) Has been cancelled
Added functionality that allows ExeFS mods to compile to their own PPTC
Profile and therefore store PTC data between sessions.
The feature calculates the hash of the currently loaded ExeFS mods and
stores the PPTC data in a profile that matches said hash, so you can
have multiple ExeFS loadouts without causing issues. This includes
different versions of the same mod as their hashes will be different.
Using this PR should be seamless as the JIT Sparse PR already laid the
groundwork for PPTC Profiles and this PR just allows ExeFS mods to load
and store their own profiles besides the `default` profile.
❗ ❗ ❗ **WARNING!** ❗ ❗ ❗
**This will update your PPTC profile version, which means the
PPTC profile will be invalidated if you try to run a PR/Build/Branch
that does not include this change!**
**This is only relevant for the default PPTC Profile, as any other profiles do not exist to older versions!**
2025-02-05 01:30:37 -06:00
Evan Husted
a5e8c8ebad
UI: [ci skip] Fix ContentDialog symbols being backwards for right-to-left languages
2025-02-05 01:29:39 -06:00
Evan Husted
20699c8edd
misc: chore: [ci skip] fix log on AOC extraction failure
2025-02-05 01:29:14 -06:00
Evan Husted
4cbfd38633
misc: chore: [ci skip] Log errors from TaskScheduler.UnobservedTaskException
2025-02-05 01:16:41 -06:00
Evan Husted
2e40b436aa
UI: [ci skip] Make cheat window larger by default
2025-02-04 23:09:09 -06:00
Evan Husted
01cd935cc3
UI: Scanning for mods on DLC content
2025-02-04 23:03:23 -06:00
Vladimir Sokolov
628a28290f
Added --backend-threading arg for CommandLineState
...
Added the `--backend-threading` arg so that you can launch games via
a shortcut with modifications to this setting.
2025-02-04 22:31:39 -06:00
Josh
727ac79ebc
Increase NAT discovery timeout to 5000ms
...
Release job / Create tag (push) Has been cancelled
Release job / Release for linux-arm64 (push) Has been cancelled
Release job / Release for linux-x64 (push) Has been cancelled
Release job / Release for win-x64 (push) Has been cancelled
Release job / Release MacOS universal (push) Has been cancelled
Release job / flatpak_release (push) Has been cancelled
1000ms was too fast on some slower networks. It would lead to an early
cancellation before device could be found.
2025-01-27 21:44:26 -06:00
Daenorth
e7dc0f8a63
Added more titles to RPC
...
Added some more titles to the RPC environment
-Brawlhalla
-Minecraft
-Risk
-Stardew Vallet
-Valkyria Chronicles 4
-Super bomberman R
-Arcade archives Super mario bros
-Divinity Original sin 2 DE
-Monopoly
-titan Quest
2025-01-26 22:14:47 -06:00
Evan Husted
92c1db7c59
HLE: TryAdd firmware NCAs
2025-01-26 22:05:47 -06:00
Evan Husted
72ab6ae184
UI: Fixed the Amiibo keybind only working when the UI had been updated.
2025-01-26 22:05:45 -06:00
gdkchan
7218c66565
Implement VP9 loop filtering
...
Release job / Create tag (push) Has been cancelled
Release job / Release for linux-arm64 (push) Has been cancelled
Release job / Release for linux-x64 (push) Has been cancelled
Release job / Release for win-x64 (push) Has been cancelled
Release job / Release MacOS universal (push) Has been cancelled
Release job / flatpak_release (push) Has been cancelled
* Initialize loop filter parameters
* Adjust docstrings for CodecError.cs
* Remove duplicate BitUtils methods
2025-01-21 13:47:12 -06:00
Iván Mestre
49b0927fd5
Added a command line option (-c, --config) to load a configuration file through the command line parameters
2025-01-21 13:47:07 -06:00
Evan Husted
0380173937
UI: Dump DLC RomFS.
...
You can access this in the Manage DLC screen, it's the new button on each DLC line.
Closes #548
2025-01-21 13:37:18 -06:00
Matt Zinkevicius
85f33b1654
Log .NET runtime version
...
I was looking into a crash, and found out it was an issue that was fixed
in .NET 9.0.1. Since Ryujinx embeds the runtime into the executable, it
not obvious which runtime a build uses. This logs the .NET runtime
version immediately after the build version.
2025-01-21 13:37:13 -06:00
Evan Husted
6e3ee8fc1e
misc: clean vsync toggle log
2025-01-21 13:37:10 -06:00
Daenorth
160f7db9fb
Cleanup in TitleIDs.cs
...
Just a little cleanup in TitleID.cs, adding a franchise title to most
franchises + sorting in alphabetical on all games.
2025-01-21 13:36:32 -06:00
Daenorth
5b25c6e089
Updated TitleIDs
...
Added more games to the RPC list. Now alphabetical.
2025-01-19 20:45:56 -06:00
Evan Husted
cf94c8e634
UI: RPC: Goat Simulator 3 asset image
2025-01-19 20:45:53 -06:00
KeatonTheBot
e4d8ab03ad
misc: Update Gommon
2025-01-19 20:45:32 -06:00
GabCoolGuy
631893b32c
UI: Fix UpdateWaitWindow.axaml windows being too big on windows
Release job / Create tag (push) Has been cancelled
Release job / Release for linux-arm64 (push) Has been cancelled
Release job / Release for linux-x64 (push) Has been cancelled
Release job / Release for win-x64 (push) Has been cancelled
Release job / Release MacOS universal (push) Has been cancelled
Release job / flatpak_release (push) Has been cancelled
2025-01-17 14:21:57 -06:00
LotP1
57ec605fc8
remove notice for unusual core counts
Release job / Create tag (push) Waiting to run
Release job / Release for linux-arm64 (push) Waiting to run
Release job / Release for linux-x64 (push) Waiting to run
Release job / Release for win-x64 (push) Waiting to run
Release job / Release MacOS universal (push) Waiting to run
Release job / flatpak_release (push) Blocked by required conditions
2025-01-17 09:29:17 -06:00
Evan Husted
94ba8de683
HLE: Stub IHidServer SetGestureOutputRanges
...
Release job / Create tag (push) Waiting to run
Release job / Release for linux-arm64 (push) Waiting to run
Release job / Release for linux-x64 (push) Waiting to run
Release job / Release for win-x64 (push) Waiting to run
Release job / Release MacOS universal (push) Waiting to run
Release job / flatpak_release (push) Blocked by required conditions
Lets "Donkey Kong Country Returns HD" get into main gameplay.
2025-01-16 11:44:17 -06:00
KeatonTheBot
50b08203e9
chore: clean up RuntimeIdentifiers in project files
2025-01-16 00:03:09 -06:00
KeatonTheBot
a4fef5b439
nuget: Remove local source for FFmpeg runtimes
Release job / Create tag (push) Has been cancelled
Release job / Release for linux-arm64 (push) Has been cancelled
Release job / Release for linux-x64 (push) Has been cancelled
Release job / Release for win-x64 (push) Has been cancelled
Release job / Release MacOS universal (push) Has been cancelled
Release job / flatpak_release (push) Has been cancelled
2025-01-14 19:35:38 -06:00
KeatonTheBot
61c7bad225
Update FFmpeg runtimes to 6.1.2 for win-x64 and linux-x64/arm64. Add runtimes for win-arm64 arch.
2025-01-14 17:44:17 -06:00
KeatonTheBot
c48866c9ec
Custom refresh rate default value changed from 200% to 100%
Release job / Create tag (push) Has been cancelled
Release job / Release for linux-arm64 (push) Has been cancelled
Release job / Release for linux-x64 (push) Has been cancelled
Release job / Release for win-x64 (push) Has been cancelled
Release job / Release MacOS universal (push) Has been cancelled
Release job / flatpak_release (push) Has been cancelled
2025-01-13 13:30:46 -06:00
KeatonTheBot
b5a8ba573e
Add 10 GiB DRAM option
Release job / Create tag (push) Has been cancelled
Release job / Release for linux-arm64 (push) Has been cancelled
Release job / Release for linux-x64 (push) Has been cancelled
Release job / Release for win-x64 (push) Has been cancelled
Release job / Release MacOS universal (push) Has been cancelled
Release job / flatpak_release (push) Has been cancelled
2025-01-11 18:36:57 -06:00
Evan Husted
601ced61bd
misc: chore: lol this field was misspelled
2025-01-11 17:13:40 -06:00
LotP1
54ed9fcab7
cores rework
...
This PR changes the core count to be defined in the device instead of
being a const value.
This is mostly a change for future features I want to implement and
should not impact any functionality.
The console will now log the range of cores requested from the
application, and for now, if the requested range is not 0 to 2 (the 3
cores used for application emulation), it will give an error message
which tells the user to contact me on discord. I'm doing this because
I'm interested in finding applications/games that don't use 3 cores and
the error will be removed in the future once I've gotten enough data.
2025-01-11 17:11:13 -06:00
KeatonTheBot
3bade9d6c1
UI: Fix status bar showing in fullscreen mode during gameplay
Release job / Create tag (push) Has been cancelled
Release job / Release for linux-arm64 (push) Has been cancelled
Release job / Release for linux-x64 (push) Has been cancelled
Release job / Release for win-x64 (push) Has been cancelled
Release job / Release MacOS universal (push) Has been cancelled
Release job / flatpak_release (push) Has been cancelled
2025-01-02 18:44:54 -06:00
Nicola
ef4ea7794b
Fixed mime types button not updating after install/uninstall
Release job / Create tag (push) Has been cancelled
Release job / Release for linux-arm64 (push) Has been cancelled
Release job / Release for linux-x64 (push) Has been cancelled
Release job / Release for win-x64 (push) Has been cancelled
Release job / Release MacOS universal (push) Has been cancelled
Release job / flatpak_release (push) Has been cancelled
2025-01-01 01:21:42 -06:00
Evan Husted
d77d6b7cee
UI: Conditionally enable install/uninstall file types buttons based on whether they're installed already
2025-01-01 01:07:15 -06:00
Evan Husted
00a475bf7a
UI: Disable XCI trimmer button when in-game
2025-01-01 01:00:25 -06:00
sovervo
6a4ed43b3b
UI: Set UseFloatingWatermark to false when the watermark is empty
2025-01-01 00:51:51 -06:00
Evan Husted
e9dea85064
2 unmerged PRs from original Ryujinx:
...
Implement shader compile counter (currently not translated, will change, need to pull changes.)
Remove event logic in favor of a single init function.
Thanks @MutantAura
2025-01-01 00:42:48 -06:00
TheToid
da0b784679
Fix for duplicate controller names under Ava when two controllers of the same type are attached
2025-01-01 00:29:19 -06:00
Evan Husted
ab1eb8168b
Chore: Minor code cleanups (SDL2Gamepad.cs)
2025-01-01 00:26:55 -06:00
Evan Husted
e7e89efb3c
UI: Add keybinds to useful things
2024-12-31 23:36:00 -06:00
jozz024
5ea895ed2e
add a keyboard shortcut for opening amiibo .bin files
2024-12-31 23:00:05 -06:00
Evan Husted
cbedf4b739
UI: Show the path of the mod on the folder button
2024-12-31 22:30:23 -06:00
Evan Husted
f244157979
UI: Only allow right click to create a context menu if a game is selected.
2024-12-31 22:25:46 -06:00
Evan Husted
6bfcdeee8c
Clarify DramSize XMLdoc
2024-12-31 22:14:35 -06:00
Evan Husted
2db7d60cae
UI: Add more NotificationHelper methods
...
Release job / Create tag (push) Has been cancelled
Release job / Release for linux-arm64 (push) Has been cancelled
Release job / Release for linux-x64 (push) Has been cancelled
Release job / Release for win-x64 (push) Has been cancelled
Release job / Release MacOS universal (push) Has been cancelled
Release job / flatpak_release (push) Has been cancelled
Simplify ID copy logic
2024-12-29 14:18:11 -06:00
Evan Husted
c089f90b53
UI: Copy Title ID by clicking on it.
2024-12-28 22:14:40 -06:00
KeatonTheBot
b2339931a3
Update README.md
2024-12-28 22:08:18 -06:00
KeatonTheBot
baba352b38
misc: chore: remove unnecessary usings (again, .NET 9)
Release job / Create tag (push) Has been cancelled
Release job / Release for linux-arm64 (push) Has been cancelled
Release job / Release for linux-x64 (push) Has been cancelled
Release job / Release for win-x64 (push) Has been cancelled
Release job / Release MacOS universal (push) Has been cancelled
Release job / flatpak_release (push) Has been cancelled
2024-12-26 02:43:15 -06:00
KeatonTheBot
79d843787c
nuget: bump Microsoft.IdentityModel.JsonWebTokens from 8.2.1 to 8.3.0
2024-12-26 01:28:38 -06:00