Isaac Marovitz
91f63270cc
Sunshine Fixes
2024-05-14 12:30:34 -04:00
Isaac Marovitz
ead0265dba
Updated Capabilities
2024-05-14 12:28:35 -04:00
Isaac Marovitz
39ba4d0e5a
Merge remote-tracking branch 'upstream/master' into silk-gl
...
# Conflicts:
# src/Ryujinx.Graphics.OpenGL/OpenGLRenderer.cs
2024-05-14 12:27:07 -04:00
Ac_K
2ca0b17339
New Crowdin updates ( #6590 )
...
* New translations en_us.json (Arabic)
* New translations en_us.json (Russian)
* New translations en_us.json (Chinese Traditional)
* New translations en_us.json (French)
* New translations en_us.json (Russian)
* New translations en_us.json (Spanish)
* New translations en_us.json (Arabic)
* New translations en_us.json (German)
* New translations en_us.json (Greek)
* New translations en_us.json (Hebrew)
* New translations en_us.json (Italian)
* New translations en_us.json (Japanese)
* New translations en_us.json (Korean)
* New translations en_us.json (Polish)
* New translations en_us.json (Russian)
* New translations en_us.json (Turkish)
* New translations en_us.json (Ukrainian)
* New translations en_us.json (Chinese Simplified)
* New translations en_us.json (Chinese Traditional)
* New translations en_us.json (Portuguese, Brazilian)
* New translations en_us.json (Thai)
* New translations en_us.json (French)
* New translations en_us.json (Arabic)
* New translations en_us.json (Italian)
* New translations en_us.json (Korean)
* New translations en_us.json (Russian)
* New translations en_us.json (Ukrainian)
* New translations en_us.json (Chinese Simplified)
* New translations en_us.json (Arabic)
* New translations en_us.json (Polish)
* New translations en_us.json (Turkish)
* New translations en_us.json (Arabic)
* New translations en_us.json (Chinese Traditional)
* New translations en_us.json (Russian)
* New translations en_us.json (French)
* New translations en_us.json (Thai)
* New translations en_us.json (Spanish)
* New translations en_us.json (Arabic)
* New translations en_us.json (German)
* New translations en_us.json (Greek)
* New translations en_us.json (Hebrew)
* New translations en_us.json (Italian)
* New translations en_us.json (Japanese)
* New translations en_us.json (Korean)
* New translations en_us.json (Polish)
* New translations en_us.json (Russian)
* New translations en_us.json (Turkish)
* New translations en_us.json (Ukrainian)
* New translations en_us.json (Chinese Simplified)
* New translations en_us.json (Chinese Traditional)
* New translations en_us.json (Portuguese, Brazilian)
* New translations en_us.json (Thai)
* New translations en_us.json (French)
* New translations en_us.json (Arabic)
* New translations en_us.json (Chinese Traditional)
* New translations en_us.json (Arabic)
* New translations en_us.json (Italian)
* New translations en_us.json (Arabic)
* New translations en_us.json (Italian)
* New translations en_us.json (Spanish)
* New translations en_us.json (Russian)
* New translations en_us.json (Russian)
* New translations en_us.json (Thai)
* New translations en_us.json (Spanish)
* New translations en_us.json (Arabic)
* New translations en_us.json (German)
* New translations en_us.json (Greek)
* New translations en_us.json (Hebrew)
* New translations en_us.json (Italian)
* New translations en_us.json (Japanese)
* New translations en_us.json (Korean)
* New translations en_us.json (Polish)
* New translations en_us.json (Russian)
* New translations en_us.json (Turkish)
* New translations en_us.json (Ukrainian)
* New translations en_us.json (Chinese Simplified)
* New translations en_us.json (Chinese Traditional)
* New translations en_us.json (Portuguese, Brazilian)
* New translations en_us.json (Thai)
* New translations en_us.json (French)
* New translations en_us.json (Chinese Traditional)
* New translations en_us.json (Arabic)
* New translations en_us.json (Russian)
* New translations en_us.json (Turkish)
* New translations en_us.json (Chinese Simplified)
* New translations en_us.json (Russian)
* New translations en_us.json (Chinese Simplified)
* New translations en_us.json (Russian)
* New translations en_us.json (Portuguese, Brazilian)
* New translations en_us.json (German)
2024-05-14 17:47:03 +02:00
Isaac Marovitz
47639e6eeb
Bump Avalonia.Svg ( #6603 )
...
* Bump Avalonia.Svg
* Remove using
* Bump Version
* Remove other reload
2024-05-14 17:36:11 +02:00
gdkchan
cd78adf07f
Add missing lock on texture cache UpdateMapping method ( #6657 )
2024-05-14 17:23:13 +02:00
TSRBerry
a3dc295c5f
Disable keyboard controller input while swkbd is open (foreground) ( #6646 )
...
* Block input updates while swkbd is open in foreground mode
* Flush internal driver state before unblocking input updates
* Rename Flush to Clear and remove unnecessary attribute
2024-05-14 17:14:39 +02:00
gdkchan
2ef4f92b07
Make TextureGroup.ClearModified thread safe ( #6686 )
2024-05-14 17:06:36 +02:00
yell0wsuit
2b6cc4b353
Add the "Auto" theme option in setting ( #6611 )
...
* Add "Follow OS theme" option
* Update App.axaml.cs
* Add "Follow OS theme" option
* Update App.axaml.cs
* Remove `this`
* Remove annotation for nullable reference
* Change into switch expression to make it concise
* Change comments to XML docs
* Update en_US.json
* Fix icons in About dialog do not response to "auto" theme
The theme icons seemingly use Dark variant event when the OS theme is light. In addition, I added ThemeManager common to make it accessible for both App and AboutWindow
* Newline at the end
* newline moment
* Update ThemeManager.cs
* bait to switch to lf
* change to lf
* temp. revert
* Add back ThemeManager.cs common, pls pass the format check
* I found the mistake: should have put `ThemeManager.OnThemeChanged();` in try block
Finally solve the formatting check
* test formatting
* Update App.axaml.cs
* Ok i seem to forget to add version lol
* Fix info CA1816
2024-05-14 17:00:03 +02:00
Gavin Zyonse
075575200d
Update compatibility information in README.md ( #6801 )
2024-05-14 16:58:48 +02:00
gdkchan
3a3b51893e
Add support for bindless textures from storage buffer on Vulkan ( #6721 )
...
* Halve primitive ID when converting quads to triangles
* Shader cache version bump
* Add support for bindless textures from storage buffer on Vulkan
2024-05-14 16:47:16 +02:00
MutantAura
44dbab3848
discordRPC: Truncate game title and details if they exceed discord byte limit. ( #6581 )
...
* Truncate game title and details if they exceed DiscordRPC limit.
* Update implementation to a byte total check.
* Track if the string has actually been modified correctly.
* Allow an early function return and simplify logic.
* Better handling of large input strings and minimise loop opportunities.
* Remove unused using.
* Update to `applicationName` over `titleName`.
2024-05-14 16:36:44 +02:00
Tsubasa0504
cada4d04ef
HID: Stub IHidServer: 134 (SetNpadAnalogStickUseCenterClamp) ( #6664 )
...
* Add files via upload
* Update IHidServer.cs
mistakes...
* format
how do i do it
* Update src/Ryujinx.HLE/HOS/Services/Hid/IHidServer.cs
Co-authored-by: Agatem <agaatem@outlook.com>
* Update src/Ryujinx.HLE/HOS/Services/Hid/IHidServer.cs
Co-authored-by: Agatem <agaatem@outlook.com>
* bruh
* Apply suggestions from code review
Co-authored-by: gdkchan <gab.dark.100@gmail.com>
* use readuint32 instead
* second thought
* i hope it works
thanks someone higher up with the same thing
* pid
* Apply suggestions from code review
Co-authored-by: Ac_K <Acoustik666@gmail.com>
* styles i think
* Apply suggestions from code review
Co-authored-by: makigumo <makigumo@users.noreply.github.com>
---------
Co-authored-by: Agatem <agaatem@outlook.com>
Co-authored-by: gdkchan <gab.dark.100@gmail.com>
Co-authored-by: Ac_K <Acoustik666@gmail.com>
Co-authored-by: makigumo <makigumo@users.noreply.github.com>
2024-05-14 16:26:49 +02:00
Luke Warner
e9edf0ab7f
Update outdated Windows version warning ( #6481 )
...
* Change text
* clarify version number
* update gtk
2024-05-14 16:19:43 +02:00
TSRBerry
6e40b64554
Add linux specific files to local builds ( #6762 )
2024-05-14 16:06:40 +02:00
Isaac Marovitz
1a676ee913
Update DotSettings ( #6535 )
2024-05-14 15:59:28 +02:00
Isaac Marovitz
121307abe2
Fix CounterQueue Query Target
2024-05-12 11:31:51 -04:00
IsaacMarovitz
5495281775
Formatting
2024-05-11 14:29:07 -04:00
IsaacMarovitz
b55ef55ab0
Downgrade Silk.NET
2024-05-11 13:32:35 -04:00
IsaacMarovitz
62b838850b
Fix Vertex Offset Pointers
2024-05-11 12:40:54 -04:00
IsaacMarovitz
4aa0ea11d2
Fix segfaults
2024-05-10 13:21:07 -04:00
Isaac Marovitz
eff2d891c5
Resolve warnings
2024-05-10 12:03:38 -04:00
Isaac Marovitz
ccb3b08333
General cleanup
2024-05-10 11:54:52 -04:00
Isaac Marovitz
4ec9793602
Style
2024-05-09 23:34:11 -04:00
Isaac Marovitz
bab7457b99
Fix some warnings
2024-05-09 23:10:13 -04:00
Isaac Marovitz
2b07d783c8
Formatting
2024-05-09 22:59:34 -04:00
Isaac Marovitz
3e422f020c
Hook up SDL2 and GTK
2024-05-09 22:59:08 -04:00
IsaacMarovitz
e72bf35c03
Fix some stack overflows
2024-05-09 22:20:43 -04:00
Isaac Marovitz
e584f8d37d
Ava Working?
2024-05-09 21:22:38 -04:00
Isaac Marovitz
5db3568305
OpenGL namespace is all done!
2024-05-09 21:13:22 -04:00
Isaac Marovitz
15978d9c55
Pipeline
2024-05-09 20:28:46 -04:00
Isaac Marovitz
0c88c23b30
Debugger, Pipeline
2024-05-09 20:04:29 -04:00
Isaac Marovitz
1d18ed2ba2
Program
2024-05-09 19:44:22 -04:00
Isaac Marovitz
a9d0dd3893
Convert GetBinary
2024-05-09 19:34:19 -04:00
Isaac Marovitz
8df23211f6
Effects
2024-05-09 19:21:01 -04:00
Isaac Marovitz
e46b671875
Cleanup IntPtr casts
2024-05-09 19:16:26 -04:00
Isaac Marovitz
38d900c932
PersistentBuffers & Sync
2024-05-09 19:13:37 -04:00
Isaac Marovitz
740842d600
TextureView
2024-05-09 19:00:02 -04:00
Isaac Marovitz
65abc70edc
Almost there
2024-05-09 16:32:14 -04:00
Isaac Marovitz
914f6d6af3
NV Usage
2024-05-09 12:38:23 -04:00
Isaac Marovitz
21c3dd3bcb
Extensions
2024-05-09 12:19:24 -04:00
Isaac Marovitz
5d6d8a4311
Stencil Ops
2024-05-09 12:12:36 -04:00
Isaac Marovitz
d8b7d87e13
Use Legacy namespace
2024-05-09 12:10:46 -04:00
Isaac Marovitz
4ee4b0f3ac
More progress
2024-05-09 11:46:39 -04:00
Isaac Marovitz
5f1c880805
Image Subclasses
2024-05-08 23:08:42 -04:00
Isaac Marovitz
4301dbaca6
Queries
2024-05-08 22:54:35 -04:00
Isaac Marovitz
0d72c7650a
Slowly but surely
2024-05-08 22:36:19 -04:00
Isaac Marovitz
c1c0ccbaf5
Trivial renames
2024-05-08 22:00:37 -04:00
Isaac Marovitz
870988fcba
Migrate FormatTable
2024-05-08 21:38:57 -04:00
Marco Carvalho
a23d8cb92f
Replace "List.ForEach" for "foreach" ( #6783 )
...
* Replace "List.ForEach" for "foreach"
* dotnet format
* Update Ptc.cs
* Update GpuContext.cs
2024-05-08 13:53:25 +02:00