 JMC47andGitHub
|
ccc19aafe0
|
Merge pull request #14119 from jordan-woyak/si-status-response-length
HW/SI: Fix CMD_STATUS response lengths.
|
2025-11-22 04:38:12 -05:00 |
|
Jordan Woyak
|
127e068e51
|
Common/Result: Swap order of template parameters to match C++26's std::expected, make all member functions constexpr, and add moving "unexpected" conversion constructor for consistency.
|
2025-11-21 19:24:48 -06:00 |
|
oltolm
|
58b3c14c23
|
AudioCommon / VideoBackends / WinUpdater - cleanup WRL code
|
2025-11-22 01:23:39 +01:00 |
|
Jordan Woyak
|
11318e0be5
|
HookableEvent: Allow hooks to be added and removed from within a Trigger callback. This fixes a deadlock in FIFOFifoRecorder.
|
2025-11-21 16:58:20 -06:00 |
|
iwubcode
|
2c646cec40
|
VideoCommon: update ShaderAsset to use a vector of properties, this way we ensure the order of these properties match the order of the material
|
2025-11-21 14:31:10 -06:00 |
|
iwubcode
|
1f083a60c9
|
VideoCommon: update ShaderAsset to remove requirement of the code name being in the shader source, this just makes it more difficult to iteratively test changes, assume shader devs know what they are doing
|
2025-11-21 14:29:24 -06:00 |
|
Jordan Woyak
|
c9b0e4928a
|
DolphinQt/OnScreenDisplayPane: Swap the positions of "Show Performance Graphs" and "Show Speed Colors".
|
2025-11-21 01:35:28 -06:00 |
|
Jordan Woyak
|
8efc4086f0
|
DolphinQt/OnScreenDisplayPane: Rename "Graph Update Rate" back to "Performance Sample Window" and don't disable it based on "Show Performance Graphs".
|
2025-11-21 01:35:22 -06:00 |
|
iwubcode
|
506e378289
|
VideoCommon: remove template parameter from lock guards in AsyncShaderCompiler, let type deduction do its thing and improve readability
|
2025-11-21 01:18:35 -06:00 |
|
iwubcode
|
75c66e35c6
|
VideoCommon: add method to async shader compiler to clear pending/completed work (used on shutdown), this will in turn clear up any resources that the worker items may have held onto
|
2025-11-21 01:17:45 -06:00 |
|
iwubcode
|
6e13a7d7e9
|
VideoCommon: fix MaterialAsset so that boolean parameters are written to memory as integers, matching the format internally expected by shaders
|
2025-11-20 23:51:34 -06:00 |
|
Jordan Woyak
|
4a89300929
|
CachedInterpreter: Replace reinterpret_cast with std::bit_cast to resolve -Wcast-function-type-mismatch warnings.
|
2025-11-20 15:31:23 -06:00 |
|
 Jordan WoyakandGitHub
|
4f30aaf1ca
|
Merge pull request #13152 from Naim2000/sdlock
SDIO: report write lock status
|
2025-11-20 15:04:39 -06:00 |
|
iwubcode
|
a4599a1add
|
VideoCommon: avoid assuming global state exists for 'EndUtilityDrawing', use last stored viewport/scissor rect instead
|
2025-11-20 00:35:01 -06:00 |
|
 Jordan WoyakandGitHub
|
2719a5673e
|
Merge pull request #14121 from jordan-woyak/warn-silence
Common and VideoCommon: Silence a few warnings.
|
2025-11-19 22:09:19 -06:00 |
|
Jordan Woyak
|
1a71f0fa2e
|
SDIO: Remove file "good" checks so errors are properly produced.
|
2025-11-19 21:05:57 -06:00 |
|
 Naim2000andJordan Woyak
|
f1f8b0a825
|
SDIO: the CID/CSD are sent a bit differently
|
2025-11-19 21:05:54 -06:00 |
|
 Naim2000andJordan Woyak
|
227c4e0515
|
SDIO: report actual error if writes are disabled
|
2025-11-19 20:11:05 -06:00 |
|
 Naim2000andJordan Woyak
|
2e340ab160
|
SDIO: report write lock status
|
2025-11-19 18:58:13 -06:00 |
|
 Jordan WoyakandGitHub
|
2acb49544c
|
Merge pull request #13539 from tygyh/DiscIO-Remove-redundant-casts
DiscIO: Remove redundant casts
|
2025-11-19 17:40:42 -06:00 |
|
 Jordan WoyakandGitHub
|
41b6ab40e1
|
Merge pull request #13619 from y21/usbv5_getversion_size
Check buffer out/size in HID_USBv5/USB_VEN GetVersion Ioctl
|
2025-11-19 17:32:33 -06:00 |
|
 Jordan WoyakandGitHub
|
d0341b3bfc
|
Merge pull request #14127 from jordan-woyak/movie-cpu-thread-guard
Movie: Replace a blocking RunOnCPUThread call with a CPUThreadGuard.
|
2025-11-19 13:43:05 -06:00 |
|
Jordan Woyak
|
9f0a5c2a37
|
Core: Allow CPUManager::SetStepping to be called from the CPU thread so a call doesn't need to be routed through the host thread on boot.
|
2025-11-19 02:59:01 -06:00 |
|
Jordan Woyak
|
19f1d329c9
|
Core: Remove unused HostMessageID enum members.
|
2025-11-19 02:43:44 -06:00 |
|
LillyJadeKatrin
|
ddced1a070
|
RetroAchievements - Android login callback
Modify the RetroAchievements login code in Android to pass in a callback, pop a message if login fails, close the login box if it succeeds.
|
2025-11-18 20:40:15 -05:00 |
|