 Henrik RydgårdandGitHub
|
33fbeec7dd
|
Merge pull request #20358 from oltolm/comptr
ComPtr
|
2025-05-18 00:40:39 +02:00 |
|
oltolm
|
c75c2992b3
|
D3D11: use ComPtr in more places
|
2025-05-17 23:35:41 +02:00 |
|
 Henrik RydgårdandGitHub
|
10f742e123
|
Merge pull request #20352 from xfan1024/riscv64-fix-fmv
Fix RiscVEmitter::QuickFLI (#20351)
|
2025-05-17 09:33:39 +02:00 |
|
xiaofan
|
885f078bb7
|
Fix RiscVEmitter::QuickFLI (#20351)
using `fmv.w.x` intead of `fmv.d.x` when load Float32 to float register
Signed-off-by: xiaofan <xiaofan@iscas.ac.cn>
|
2025-05-17 13:46:18 +08:00 |
|
Henrik Rydgård
|
7efd604c25
|
Improve the MGS Acid 2 hack to fix the oil spill crash
Not really proud of this, but takes care of #20306 for now.
|
2025-05-16 19:22:37 +02:00 |
|
Henrik Rydgård
|
3f747e6292
|
MSVC debugger: Add natvis file for FastVec so you can see contents in the debugger.
|
2025-05-16 18:51:45 +02:00 |
|
Henrik Rydgård
|
8e206d891f
|
Add some paranoid checking to avoid a weird crash seen in logs
|
2025-05-15 20:40:26 +02:00 |
|
Henrik Rydgård
|
ceef65fe67
|
Wait for pipelines to finish creating before proceeding with boot.
|
2025-05-15 12:26:03 +02:00 |
|
Henrik Rydgård
|
751e4fad2e
|
Move more of GPU init to the loader thread. Some log cleanup.
|
2025-05-15 11:43:37 +02:00 |
|
Henrik Rydgård
|
95550ed624
|
Don't create a FileLoader just to check if launched files are zip files. Snappier launches.
|
2025-05-15 09:48:23 +02:00 |
|
Henrik Rydgård
|
5260be6f69
|
Warning fixes, alignment checks
|
2025-05-15 09:48:23 +02:00 |
|
Henrik Rydgård
|
fba2489c79
|
Remove dubious parallelization in ELF loading, initialize a var, add some checks
|
2025-05-15 09:48:23 +02:00 |
|
 Henrik RydgårdandGitHub
|
67ebee1483
|
Merge pull request #20339 from hrydgard/more-crash-debugging
More changes resulting from crash debugging
|
2025-05-14 20:38:01 +02:00 |
|
Henrik Rydgård
|
4e0b6ac3ec
|
More misc cleanup
|
2025-05-14 15:14:03 +02:00 |
|
Henrik Rydgård
|
c9b5f5b33a
|
Add crashfix for dialog value returns if the views were recreated
|
2025-05-14 00:39:56 +02:00 |
|
Henrik Rydgård
|
e2bfc48886
|
Sanity checks in Vulkan backend, PSPDialog
|
2025-05-14 00:39:00 +02:00 |
|
 Henrik RydgårdandGitHub
|
a87391a56f
|
Merge pull request #20308 from NABN00B/themable-slider-colors
Make slider colors themable
|
2025-05-13 13:22:52 +02:00 |
|
Henrik Rydgård
|
80a11e8cbe
|
Add sleep_random function for debugging purposes
|
2025-05-13 10:41:13 +02:00 |
|
 NabandGitHub
|
fd9fe2657f
|
Make slider colors themable
|
2025-05-01 14:02:38 +02:00 |
|
Henrik Rydgård
|
f8475e50b1
|
Add a slider test to the internals tab in system info. It's not quite working right...
|
2025-04-30 15:53:55 +02:00 |
|
Henrik Rydgård
|
2cd44a5b16
|
MemArenaAndroid: Check fd before calling close(), zero after.
|
2025-04-30 09:54:50 +02:00 |
|
Henrik Rydgård
|
bebcec8314
|
EmuScreen: Clarify some logic, add some checks
|
2025-04-29 16:46:14 +02:00 |
|
Henrik Rydgård
|
dbe6ec80a0
|
Fix some bad "for (auto x : y)" usage
|
2025-04-29 16:46:14 +02:00 |
|
 Henrik RydgårdandGitHub
|
a39eb4dc4b
|
Merge pull request #20291 from oltolm/asan
ASAN
|
2025-04-24 00:36:27 +02:00 |
|
oltolm
|
0230d5d464
|
ASAN
|
2025-04-23 22:08:40 +02:00 |
|
Henrik Rydgård
|
176edb93a5
|
IniFile: Add faster way of reading everything in a section, use it when reading hashes for texreplace
|
2025-04-22 17:35:40 +02:00 |
|
Henrik Rydgård
|
bddd3c2a30
|
Minor stuff
|
2025-04-17 18:45:55 +02:00 |
|
Henrik Rydgård
|
2e0ca023ae
|
Build warning fixes
|
2025-04-17 11:05:52 +02:00 |
|
Henrik Rydgård
|
f36173e17f
|
Vulkan: Remove mac specific hack for specifying host coherent memory - we need this everywhere.
|
2025-04-16 08:42:07 +02:00 |
|
Henrik Rydgård
|
486370852f
|
Restrict SDL audio buffer setting to 128, 256, 512, 1024, 2048. UI improvmeents
|
2025-04-15 19:26:26 +02:00 |
|
Henrik Rydgård
|
71533ac2b7
|
Trash handling is too high level for FileUtil, move it up.
|
2025-04-15 17:42:24 +02:00 |
|
Henrik Rydgård
|
50b604e010
|
Log fixes
|
2025-04-15 14:29:40 +02:00 |
|
Henrik Rydgård
|
a3d7344e1e
|
Implement for Mac as well
|
2025-04-15 00:08:39 +02:00 |
|
Henrik Rydgård
|
41b77bf1ae
|
More log cleanup
|
2025-04-14 22:27:51 +02:00 |
|
Henrik Rydgård
|
ece55b531d
|
Enable Vulkan again on certain Motorola devices, from a certain driver version.
See #17825
|
2025-04-13 16:11:05 +02:00 |
|
Henrik Rydgård
|
6eefe8c982
|
Vulkan init: Slight logging reduction
|
2025-04-13 15:21:29 +02:00 |
|
Henrik Rydgård
|
fffbed53bc
|
Add a ZipFileLoader, which can let us load any single-file file type from a zip.
Useful for loading framedumps from github without manually having to
unzip each one, for example.
|
2025-04-12 22:23:23 +02:00 |
|
 Henrik RydgårdandGitHub
|
2ce9b2329d
|
Merge pull request #20237 from hrydgard/sdl-fixes
SDL text renderer: Add some sanity checks.
|
2025-04-11 11:38:48 +02:00 |
|
Henrik Rydgård
|
f2d35d204b
|
SDL text renderer: Add some sanity checks.
|
2025-04-11 10:58:21 +02:00 |
|
Henrik Rydgård
|
3e4b187004
|
Blacklist Vulkan from some old Mac intel GPUs, where it blackscreens
|
2025-04-11 10:33:07 +02:00 |
|
 Henrik RydgårdandGitHub
|
6f41bb900e
|
Merge pull request #20234 from SergioMartin86/patch-1
Adding missing include in CyclicBuffer.h
|
2025-04-10 22:23:50 +02:00 |
|
 Sergio MartinandGitHub
|
e47a86e4b4
|
Adding missing include in CyclicBuffer.h
I found I had to do this to prevent a compilation error in a Windows build.
|
2025-04-10 21:41:16 +02:00 |
|
Henrik Rydgård
|
73cdbe204e
|
Fix Star Ocean with MSAA enabled: don't use the blit optimization, can't blit to multisampled images.
|
2025-04-10 21:33:05 +02:00 |
|
Henrik Rydgård
|
67dfbfe97e
|
Add developer setting to prevent loading overlays (and other 'implicit' Vulkan layers)
|
2025-04-10 18:56:05 +02:00 |
|
Henrik Rydgård
|
670ff21529
|
Make the Vulkan init flags a proper enum class
|
2025-04-10 18:16:05 +02:00 |
|
Henrik Rydgård
|
69b2f7d9b6
|
Win32: Add a function to move files to trash instead of deleting them
|
2025-04-10 08:42:13 +02:00 |
|
Henrik Rydgård
|
91bf4d5b5c
|
Correct some log categories, add UI category, some warning fixes
|
2025-04-09 13:45:21 +02:00 |
|
Henrik Rydgård
|
531842f577
|
Add font cache stats to "internals" screen
|
2025-04-09 12:40:10 +02:00 |
|
Henrik Rydgård
|
abff8a078f
|
Work around bad null decoding (overlong) in Jak & Daxter savedata title.
|
2025-04-09 11:59:17 +02:00 |
|
Henrik Rydgård
|
f168aa3aee
|
Some cleanup, make the DevTools LogView work slightly better. Though, it needs more work.
|
2025-04-09 11:58:31 +02:00 |
|