Mary
4aba4fd3ee
Add explicit dependency on System.Drawing.Common on Ryujinx.Ava to workaround triming bugs
2024-02-22 19:17:00 -05:00
Mary-nyan
9d23d9c738
misc: Remove dependency on System.Drawing.Common ( #4082 )
...
We only used it in one spot for DPI scaling factor.
This implements the same behaviour using gdiplus.
This remove 700KB of dependency to download and around 170KB unpacked.
2024-02-22 19:17:00 -05:00
TSRBerry
b49ec26c56
gha: Add concurrency restriction on release workflow ( #4081 )
2024-02-22 19:17:00 -05:00
Mary-nyan
872738046e
misc: Update Ryujinx.Graphics.Nvdec.Dependencies to 5.0.1-build12 ( #4080 )
...
This adds support for Linux x64, macOS x64 and macOS arm64.
2024-02-22 19:17:00 -05:00
Ac_K
6e3df159ee
ava: Restyle the Status Bar ( #4048 )
2024-02-22 19:17:00 -05:00
dependabot[bot]
2c16a8ff1f
nuget: bump CommandLineParser from 2.8.0 to 2.9.1 ( #4058 )
...
Bumps [CommandLineParser](https://github.com/commandlineparser/commandline ) from 2.8.0 to 2.9.1.
- [Release notes](https://github.com/commandlineparser/commandline/releases )
- [Changelog](https://github.com/commandlineparser/commandline/blob/master/CHANGELOG.md )
- [Commits](https://github.com/commandlineparser/commandline/compare/2.8.0...v2.9.1 )
---
updated-dependencies:
- dependency-name: CommandLineParser
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-22 19:17:00 -05:00
gdkchan
39adcf12da
Fix shader FSWZADD instruction ( #4069 )
...
* Fix shader FSWZADD instruction
* Shader cache version bump
2024-02-22 19:17:00 -05:00
gdkchan
749d769c46
Shader: Implement PrimitiveID ( #4067 )
...
* Shader: Implement PrimitiveID
* Shader cache version bump
2024-02-22 19:17:00 -05:00
IverCoder
74821aac93
Fix inconsistent capitalization ( #4070 )
2024-02-22 19:17:00 -05:00
Ac_K
6b0b4e727c
acc: Stub CheckNetworkServiceAvailabilityAsync ( #4052 )
2024-02-22 19:16:59 -05:00
dependabot[bot]
04da058d1e
nuget: bump DynamicData from 7.12.8 to 7.12.11 ( #4059 )
...
Bumps [DynamicData](https://github.com/reactiveui/DynamicData ) from 7.12.8 to 7.12.11.
- [Release notes](https://github.com/reactiveui/DynamicData/releases )
- [Changelog](https://github.com/reactivemarbles/DynamicData/blob/main/ReleaseNotes.md )
- [Commits](https://github.com/reactiveui/DynamicData/compare/7.12.8...7.12.11 )
---
updated-dependencies:
- dependency-name: DynamicData
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-22 19:16:59 -05:00
dependabot[bot]
75b08001ac
nuget: bump NUnit from 3.12.0 to 3.13.3 ( #4060 )
...
Bumps [NUnit](https://github.com/nunit/nunit ) from 3.12.0 to 3.13.3.
- [Release notes](https://github.com/nunit/nunit/releases )
- [Changelog](https://github.com/nunit/nunit/blob/v3.13.3/CHANGES.md )
- [Commits](https://github.com/nunit/nunit/compare/v3.12...v3.13.3 )
---
updated-dependencies:
- dependency-name: NUnit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-22 19:16:59 -05:00
TSRBerry
2540ce1226
Add Ryujinx license file to builds ( #4057 )
2024-02-22 19:16:59 -05:00
dependabot[bot]
1620939831
nuget: bump System.Drawing.Common from 6.0.0 to 7.0.0 ( #4024 )
...
Bumps [System.Drawing.Common](https://github.com/dotnet/runtime ) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v7.0.0 )
---
updated-dependencies:
- dependency-name: System.Drawing.Common
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-22 19:16:59 -05:00
Ac_K
1fb99fe7f0
hle: Do not add disabled AoC item to the list ( #4044 )
...
* hle: Do not add disabled AoC item to the list
We currently add all AoC items to a list in `ContentManager` and the enable check is only done when FS service ask for the data. Which is wrong. It causes an issue in MK8D which doesn't boot even if you have disabled a not updated DLC.
I've fixed it by not adding the disabled AoC item to the list, I've removed some duplicate code too.
There is still an edge case because we currently don't check the AoC Item version, but that should be fixed later since now MK8D throw an error if the DLC isn't updated.
* remove useless "enabled"
2024-02-22 19:16:59 -05:00
Isaac Marovitz
1a40cc8e73
Fix struct layout packing ( #4039 )
2024-02-22 19:16:59 -05:00
Ac_K
da2ef62935
gtk: Fixes warnings about obsolete components ( #4049 )
...
* gtk: Fixes warnings about obsolete components
* remove wrong using
2024-02-22 19:16:59 -05:00
riperiperi
67c6f9446e
Shader: Add fallback for LDG from "ube" buffer ranges. ( #4027 )
...
We have a conversion from LDG on the compute shader to a special constant buffer binding that's used to exceed hardware limits on compute, but it was only running if the byte offset could be identified. The fallback that checks all of the bindings at runtime only checks the storage buffers.
This PR adds checking ube ranges to the LoadGlobal fallback. This extends the changes in #4011 to only check ube entries which are accessed by the shader.
Fixes particles affected by the wind in The Legend of Zelda: Breath of the Wild. May fix other weird issues with compute shaders in some games.
Try a bunch of games and drivers to make sure they don't blow up loading constants willynilly from searchable buffers.
2024-02-22 19:16:59 -05:00
riperiperi
0c926c4813
UI: Add Metal surface creation for MoltenVK ( #3980 )
...
* Initial implementation of metal surface across UIs
* Fix SDL2 on windows
* Update Ryujinx/Ryujinx.csproj
Co-authored-by: Mary-nyan <thog@protonmail.com>
* Address Feedback
Co-authored-by: Mary-nyan <thog@protonmail.com>
2024-02-22 19:16:58 -05:00
dependabot[bot]
544e17a594
nuget: bump XamlNameReferenceGenerator from 1.4.2 to 1.5.1 ( #4026 )
...
Bumps [XamlNameReferenceGenerator](https://github.com/avaloniaui/Avalonia.NameGenerator ) from 1.4.2 to 1.5.1.
- [Release notes](https://github.com/avaloniaui/Avalonia.NameGenerator/releases )
- [Commits](https://github.com/avaloniaui/Avalonia.NameGenerator/compare/1.4.2...1.5.1 )
---
updated-dependencies:
- dependency-name: XamlNameReferenceGenerator
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-22 19:16:58 -05:00
dependabot[bot]
112e22b79f
nuget: bump System.IdentityModel.Tokens.Jwt from 6.25.0 to 6.25.1 ( #4043 )
...
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet ) from 6.25.0 to 6.25.1.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases )
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/6.25.0...6.25.1 )
---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-22 19:16:58 -05:00
Ac_K
e28e0d2e6e
ava: Cleanup Input classes ( #4042 )
...
* ava: Cleanup Input classes
This PR just cleanup all Input classes for consistencies.
* Addresses TSRBerry's feedback
2024-02-22 19:16:58 -05:00
Mary-nyan
c027554fc6
amadeus: Add missing compressor effect from REV11 ( #4010 )
...
* amadeus: Add missing compressor effect from REV11
This was in my reversing notes but seems I completely forgot to
implement it
Also took the opportunity to simplify the Limiter effect a bit.
* Remove some outdated comment
* Address gdkchan's comments
2024-02-22 19:16:57 -05:00
gdkchan
267b359aaa
Fix storage buffer access when match fails ( #4037 )
...
* Fix storage buffer access when match fails
* Shader cache version bump
2024-02-22 19:16:57 -05:00
MetrosexualGarbodor
e991c22174
Change default Vsync toggle hotkey to F1 instead of Tab ( #3995 )
2024-02-22 19:16:57 -05:00
dependabot[bot]
60943ab145
nuget: bump Microsoft.CodeAnalysis.CSharp from 4.2.0 to 4.4.0 ( #4025 )
...
Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn ) from 4.2.0 to 4.4.0.
- [Release notes](https://github.com/dotnet/roslyn/releases )
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md )
- [Commits](https://github.com/dotnet/roslyn/compare/v4.2.0...Visual-Studio-2019-Version-16.0-Preview-4.4 )
---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.CSharp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-22 19:16:57 -05:00
Isaac Marovitz
ea37210c67
Fix Sorting Regression ( #4032 )
...
* Fix sorting regression + Remove unsued sort
* Fix GTK
* Attempt 2 to fix GTK
* Whoopsie
* Fix whitspace
2024-02-22 19:16:57 -05:00
gdkchan
92b38e1467
Fix shaders with global memory access from unknown locations ( #4029 )
...
* Fix shaders with global memory access from unknown locations
* Shader cache version bump
2024-02-22 19:16:57 -05:00
Andrew Glaze
91df3bb886
Update 'OpenGL Log Level' to 'Graphics Backend Log Level' ( #3996 )
...
* Update 'OpenGL Log Level' to 'Graphics Backend Log Level'
* update other locals and change keys
2024-02-22 19:16:57 -05:00
Isaac Marovitz
8f7b51d48c
Ava GUI: Several UI Fixes ( #3991 )
...
* Fix accessability violations in ListView
* Use accent colour for favourite star
* Hide progress bar when its done
* App Data Formating
- Added space before storage unit
- Changed so minutes have 0 decimals, and hours and days have 1
* Fix theming
* Fix mismatched corner radius
* Fix acceability violations in GridView
* More consistency between Grid and List View
* Fix margin
* Let whitespace defocus controls
2024-02-22 19:16:57 -05:00
gdkchan
cf19a216ee
Restrict shader storage buffer search when match fails ( #4011 )
...
* Restrict storage buffer search when match fails
* Shader cache version bump
2024-02-22 19:16:57 -05:00
Andrey Sukharev
5d11a69f85
Make structs readonly when applicable ( #4002 )
...
* Make all structs readonly when applicable. It should reduce amount of needless defensive copies
* Make structs with trivial boilerplate equality code record structs
* Remove unnecessary readonly modifiers from TextureCreateInfo
* Make BitMap structs readonly too
2024-02-22 19:16:56 -05:00
Mary-nyan
ff49831056
misc: Fix obsolete warnings in Ryujinx.Graphics.Vulkan ( #4020 )
...
Was caused by some merges after the Silk.NET update
2024-02-22 19:16:56 -05:00
dependabot[bot]
29564995b8
nuget: bump Microsoft.NET.Test.Sdk from 16.8.0 to 17.4.0 ( #3900 )
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 16.8.0 to 17.4.0.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Commits](https://github.com/microsoft/vstest/compare/v16.8.0...v17.4.0 )
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-22 19:16:56 -05:00
Shane Slattery
501f49994e
Add InfoType.MesosphereCurrentProcess ( #3792 )
...
* Add InfoType.MesosphereCurrentProcess
* Make outHandle inlined
Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
2024-02-22 19:16:56 -05:00
Ethan Page
62100849d8
ui: Disallow checking for updates while emulation active ( #3886 )
...
* Disallow updating while game is running
* Reflected change on Avalonia
* Git has gone wonky
* Fix accidental indent
2024-02-22 19:16:56 -05:00
gdkchan
544682e82d
Allow SNorm buffer texture formats on Vulkan ( #3957 )
...
* Allow SNorm buffer texture formats on Vulkan
* Shader cache version bump
2024-02-22 19:16:56 -05:00
gdkchan
1c20f4ddd1
Implement non-MS to MS copies with draws ( #3958 )
...
* Implement non-MS to MS copies with draws, simplify MS to non-MS copies and supports any host sample count
* Remove unused program
2024-02-22 19:16:56 -05:00
riperiperi
fde4ed7b32
GPU: Use lazy checks for specialization state ( #4004 )
...
* GPU: Use lazy checks for specialization state
This PR adds a new class, the SpecializationStateUpdater, that allows elements of specialization state to be updated individually, and signal the state is checked when it changes between draws, instead of building and checking it on every draw. This also avoids building spec state when
Most state updates have been moved behind the shader state update, so that their specialization state updates make it in before shaders are fetched.
Downside: Fields in GpuChannelGraphicsState are no longer readonly. To counteract copies that might be caused this I pass it as `ref` when possible, though maybe `in` would be better? Not really sure about the quirks of `in` and the difference probably won't show on a benchmark.
The result is around 2 extra FPS on SMO in the usual spot. Not much right now, but it will remove costs when we're doing more expensive specialization checks, such as fragment output type specialization for macos. It may also help more on other games with more draws.
* Address Feedback
* Oops
2024-02-22 19:16:56 -05:00
riperiperi
7d21f067d4
GPU: Swap bindings array instead of copying ( #4003 )
...
* GPU: Swap bindings array instead of copying
Reduces work on UpdateShaderState. Now the cost is a few reference moves for arrays, rather than copying data.
Downside: bindings arrays are no longer readonly.
* Micro optimisation
* Add missing docs
* Address Feedback
2024-02-22 19:16:56 -05:00
Andrey Sukharev
f43b798bad
Use source generated regular expressions ( #4005 )
2024-02-22 19:16:56 -05:00
mageven
bfd2de20b9
Query Available RAM on macOS ( #4000 )
2024-02-22 19:16:56 -05:00
Ac_K
64e2cd52ab
Add crowdin badge and information in readme ( #3990 )
...
* Add crowdin bagde and informations in readme.
* Update README.md
Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
* Update README.md
Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
2024-02-22 19:16:56 -05:00
Ac_K
29c8f8fa33
Update Crowdin configuration file
2024-02-22 19:16:56 -05:00
Ac_K
6a9fdec068
Fix using in Ava
2024-02-22 19:16:55 -05:00
Ac_K
9535bacbf3
Update Crowdin configuration file
2024-02-22 19:16:55 -05:00
merry
ce00819a07
SDL2Driver: Invoke dispatcher on main thread ( #3818 )
2024-02-22 19:16:55 -05:00
Emmanuel Hansen
bf807f41d1
Avalonia - Save Manager ( #3476 )
...
* Add save manager to account selector
* add fallback to app metadata for titlename if app is not in gamelist
* Allow recovering lost accounts
2024-02-22 19:16:55 -05:00
Mary-nyan
2daa7aef54
amadeus: Fix wrong SendCommands logic ( #3969 )
...
* amadeus: Fix wrong SendCommands logic
Might help with audio desync, might cause audio stutters, will see!
* Address gdkchan's comment
2024-02-22 19:16:55 -05:00
Isaac Marovitz
4dda02dd61
Add back locales removed in #3955 ( #3983 )
...
Add back `SettingsButtonSave` & `SettingsButtonClose` removed in #3955
Fixes #3982
2024-02-22 19:16:55 -05:00