GreemDev
069c19b2d5
localize RenderDoc menu items
2025-12-31 20:25:21 -06:00
GreemDev
31cb0a6a13
rename TruncatedApplicationTitle
2025-12-31 20:25:21 -06:00
GreemDev
1910ab363a
Add Discord Capture option under End Capture.
2025-12-31 20:25:21 -06:00
GreemDev
08af8d8cf8
Use uint in more places where the C++ API uses uint8_t
2025-12-31 20:25:21 -06:00
GreemDev
e419d2ebda
Expose the return value of DiscardFrameCapture.
2025-12-31 20:25:21 -06:00
GreemDev
e28354cfa5
RenderDoc capture title format CLI flag
2025-12-31 20:25:21 -06:00
GreemDev
074d14477a
respect the new return value of StartRenderDocCapture for logging
2025-12-31 20:25:20 -06:00
GreemDev
a89bca578b
set RenderDocIsCapturing to RenderDoc.IsFrameCapturing after starting/stopping, instead of manually setting it to true/false
2025-12-31 20:25:20 -06:00
GreemDev
da41b493b0
user-defined capture start/stop keybind (Ctrl + Shift + C)
2025-12-31 20:25:20 -06:00
GreemDev
ac02cdb1d3
cleanup
2025-12-31 20:25:20 -06:00
GreemDev
cca4da9927
oops, this was meant to be in the commit before last
2025-12-31 20:25:20 -06:00
GreemDev
cab7cf784e
bool CaptureOption helpers
2025-12-31 20:25:20 -06:00
GreemDev
b63a4edb3f
make unsigned integers actually unsigned
2025-12-31 20:25:20 -06:00
GreemDev
f234825588
give enums XMLdocs as per the api header
2025-12-31 20:25:20 -06:00
GreemDev
854df7c347
consistency
2025-12-31 20:25:20 -06:00
GreemDev
801dcd5237
Log start/stop capture, give captures a title
...
and make the RenderDoc API more resistant to being called without an underlying Api struct
2025-12-31 20:25:20 -06:00
GreemDev
7a1c7b714e
use GeneratedRegexAttribute
2025-12-31 20:25:20 -06:00
GreemDev
82ab8132f6
use RenderDocVersion enum for MinimumRequired instead of System.Version,
...
additionally added .NET 10 extension properties instead of helper methods in RenderDoc
2025-12-31 20:25:20 -06:00
GreemDev
0c1338b7d3
use nint
2025-12-31 20:25:20 -06:00
GreemDev
3b82cc5ccd
use a helper for creating null-terminated byte arrays out of System.String instead of duplicating the logic
2025-12-31 20:25:20 -06:00
GreemDev
d17025a4ab
DiscardFrameCapture was actually added in 1.4, according to RenderDoc API docs
2025-12-31 20:25:20 -06:00
GreemDev
0365e1414c
Apply XMLdocs to Ryujinx.Graphics.RenderDocApi
...
Most of these are a copy and paste from the official RenderDoc API documentation, as it is just a binding for that after all. Changes have been made to reference the bindings instead of their C++ counterparts where necessary and to make it read more C#-like than C++.
2025-12-31 20:25:20 -06:00
GreemDev
938831a901
RenderDoc integration (start/stop capture menu bar items)
2025-12-31 20:25:20 -06:00
LotP
4c64300576
fix new locale files data loading ( ryubing/ryujinx!245 )
...
See merge request ryubing/ryujinx!245
2025-12-31 20:21:35 -06:00
LotP
0a3db19b28
fix language switching 2 ( ryubing/ryujinx!244 )
...
See merge request ryubing/ryujinx!244
2025-12-31 10:30:35 -06:00
LotP
453b246faa
fix ( ryubing/ryujinx!243 )
...
See merge request ryubing/ryujinx!243
2025-12-31 09:15:40 -06:00
LotP
45193dcc8d
Fractured Locales Support ( ryubing/ryujinx!238 )
...
See merge request ryubing/ryujinx!238
2025-12-27 14:07:56 -06:00
GreemDev
9ebf444644
[ci skip] Code comment
2025-12-25 23:48:10 -06:00
GreemDev
f585b36263
Use new retry flag for uploading built artifacts in CI
...
(I'm tired of the GitLab randomly HTTP 500ing and causing the entire CI to fail)
2025-12-23 02:16:01 -06:00
GreemDev
a96f20dca5
Removed TypedStringEnumConverter; it exists in .NET now.
...
As per the remark XMLdoc on the type: Get rid of this converter if dotnet supports similar functionality out of the box.
2025-12-23 01:42:28 -06:00
GreemDev
1e1bcb4a5b
storing commit string in github output causes weird CI failures
...
so let's just not bother, it didn't show anything more than the UI already did anyways
2025-12-23 00:02:02 -06:00
Coxxs
ca76bacd22
gdb: add monitor get mapping ( ryubing/ryujinx!215 )
...
See merge request ryubing/ryujinx!215
2025-12-21 22:34:20 -06:00
GreemDev
66f339d265
CI 2.0 ( ryubing/ryujinx!237 )
...
See merge request ryubing/ryujinx!237
2025-12-18 22:56:50 -06:00
GreemDev
6cdbdfd329
[ci skip] Pin GitLabCli to 1.4.1 in CI scripts so I can test v2.0
2025-12-18 03:27:43 -06:00
GreemDev
9f817d60d5
oops
2025-12-18 03:05:42 -06:00
GreemDev
5cffc95be6
Make all OSes build on Linux (7zip has a linux version)
2025-12-18 03:01:22 -06:00
LotP
2c0977f6b3
fix pre-action crash ( ryubing/ryujinx!236 )
...
See merge request ryubing/ryujinx!236
2025-12-12 14:28:54 -06:00
LotP
3a593b6084
Fix kaddressarbiter crash ( ryubing/ryujinx!235 )
...
See merge request ryubing/ryujinx!235
2025-12-06 20:16:43 -06:00
LotP
c3155fcadb
Memory Changes 3.2 ( ryubing/ryujinx!234 )
...
See merge request ryubing/ryujinx!234
2025-12-06 17:19:19 -06:00
LotP
fd7554425a
Update BiquadFilterEffectParameter2.cs ( ryubing/ryujinx!233 )
...
See merge request ryubing/ryujinx!233
2025-12-05 07:53:09 -06:00
Princess Piplup
52700f71dc
Fix SaveCurrentScreenshot ( ryubing/ryujinx!230 )
...
See merge request ryubing/ryujinx!230
2025-12-04 17:35:17 -06:00
Alula
b018a44ff0
Disable coredumps by default on Linux + other minor fixes ( ryubing/ryujinx!204 )
...
See merge request ryubing/ryujinx!204
2025-12-04 17:32:26 -06:00
GreemDev
d522bfef62
fix: Force the key install helper to delete key files before copying (not sure why the overwrite boolean does nothing for File.Copy)
2025-12-02 21:23:06 -06:00
KeatonTheBot
39f55b2af3
cpu: Protect against stack overflow caused by deep recursion ( ryubing/ryujinx!111 )
...
See merge request ryubing/ryujinx!111
2025-11-19 20:50:23 -06:00
Goodfeat
6126e3dc1e
fix: UI: Custom setting was reset to global when changed during gameplay. ( ryubing/ryujinx!164 )
...
See merge request ryubing/ryujinx!164
2025-11-19 20:33:35 -06:00
GreemDev
e1c829f91d
We no longer offer a dedicated headless build. This script could have been deleted like a year ago lol
2025-11-17 22:47:23 -06:00
Babib3l
6c7dc7646b
Translation updates ( ryubing/ryujinx!221 )
...
See merge request ryubing/ryujinx!221
2025-11-17 22:34:54 -06:00
GreemDev
862a686c5e
UI: Improve "Show Changelog" button in the updater
...
Now it no longer causes the dialog to disappear (which then promptly re-appears so you can click yes/no to accept/deny the update)
2025-11-17 00:15:58 -06:00
GreemDev
e8751e1c40
more C# 14 partial properties
2025-11-16 19:14:26 -06:00
GreemDev
09748b140a
Use the new C# 14 null propagation setter
2025-11-16 19:14:26 -06:00