 Henrik RydgårdandGitHub
|
16aa6ba8f1
|
Merge pull request #20240 from quirkylemon/breakpoint-fixes
minor-breakpoint-improvements
|
2025-04-11 19:28:46 +02:00 |
|
Henrik Rydgård
|
9241d09c56
|
Show little indicators on achievements of the type (progression, missable, win)
|
2025-04-11 18:27:41 +02:00 |
|
QuirkyLemon
|
1ab612a355
|
remove accidental include
|
2025-04-11 10:24:36 -05:00 |
|
QuirkyLemon
|
a3add9b049
|
remove conflict with enabled checkbox
|
2025-04-11 10:19:55 -05:00 |
|
QuirkyLemon
|
3e82282bc3
|
use hex for address in MemCheck
|
2025-04-11 09:45:54 -05:00 |
|
 Henrik RydgårdandGitHub
|
edf2975a2c
|
Merge pull request #20238 from hrydgard/mp3-mono-fix
MP3 mono playback fix
|
2025-04-11 13:32:40 +02:00 |
|
Henrik Rydgård
|
f9cc797328
|
Fix MP3 mono playback
|
2025-04-11 13:12:28 +02:00 |
|
Henrik Rydgård
|
693f84d2fb
|
sceAtrac logspam reduction
|
2025-04-11 13:12:14 +02:00 |
|
Henrik Rydgård
|
6d6291a12c
|
Semaphore logspam reduction
|
2025-04-11 12:59:26 +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årdandGitHub
|
88d7b668e8
|
Merge pull request #20236 from hrydgard/rendering-cleanups
Blacklist older Intel GPUs from using Vulkan on Mac
|
2025-04-11 10:52:32 +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ård
|
72ea4c7695
|
Add some missing file formats to File Open dialog (SDL). Minor unrelated cleanups.
|
2025-04-11 09:21:27 +02:00 |
|
Henrik Rydgård
|
e633505f41
|
Actually, let's just delete the old reporting checks. There aren't many mysteries left here.
|
2025-04-11 08:57:02 +02:00 |
|
Henrik Rydgård
|
6f7a848113
|
Move some checks out of the hot path in the software transform
|
2025-04-11 08:57:02 +02:00 |
|
 Henrik RydgårdandGitHub
|
138b4070f3
|
Merge pull request #20235 from hrydgard/sdl-mouse-cursors
ImGUI on SDL: Implement mouse cursor shape support
|
2025-04-10 23:08:23 +02:00 |
|
Henrik Rydgård
|
0e429b74f1
|
ImGUI on SDL: Implement mouse cursor shape support
|
2025-04-10 22:54:12 +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 |
|
 Henrik RydgårdandGitHub
|
92cccfc33b
|
Merge pull request #20233 from hrydgard/msaa-fixes
Fix Star Ocean with MSAA enabled: don't use the blit optimization
|
2025-04-10 22:01:27 +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årdandGitHub
|
d52a7ee67e
|
Merge pull request #20232 from hrydgard/disallow-vulkan-layers
Add developer setting to disallow vulkan layers
|
2025-04-10 19:39:14 +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årdandGitHub
|
344874d1b8
|
Merge pull request #20231 from hrydgard/depth-raster-fixes
Fix lens flare in L.A. Rush
|
2025-04-10 18:48:33 +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
|
e88eb2c26d
|
Enable lens flare occlusion by default for L.A Rush
|
2025-04-10 17:59:04 +02:00 |
|
Henrik Rydgård
|
5d85d5ed22
|
Depth raster: Rename some variables, fix incorrect draw limit
|
2025-04-10 17:49:06 +02:00 |
|
Henrik Rydgård
|
b080f7da6b
|
Small depth raster refactor
|
2025-04-10 17:13:48 +02:00 |
|
 Henrik RydgårdandGitHub
|
fc48134aa0
|
Merge pull request #20230 from hrydgard/move-to-trash
Move to trash instead of deleting important files like savedata (Windows only so far)
|
2025-04-10 10:25:09 +02:00 |
|
Henrik Rydgård
|
7712cf5331
|
When deleting important files like savedata or games, move to trash.
This currently only works on Windows, where it changes the Delete button
to "Move to trash".
|
2025-04-10 09:02:44 +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årdandGitHub
|
7e760b262a
|
Merge pull request #20229 from hrydgard/macosx-buildfix
Try to fix cross compile on macOS
|
2025-04-10 08:14:21 +02:00 |
|
Henrik Rydgård
|
5ee3124d17
|
Tries to fix cross compile on MacOS
|
2025-04-10 01:32:56 +02:00 |
|
 Henrik RydgårdandGitHub
|
9290e9b551
|
Merge pull request #20228 from hrydgard/developer-tools-tabs
Developer tools screen: Use tabs
|
2025-04-09 19:00:12 +02:00 |
|
Henrik Rydgård
|
14b43e1496
|
Make the development tools screen tabbed
|
2025-04-09 18:38:38 +02:00 |
|
Henrik Rydgård
|
70303ac212
|
Start reorganizing the Developer Tools screen code
|
2025-04-09 18:38:38 +02:00 |
|
 Henrik RydgårdandGitHub
|
f857f9bd5e
|
Merge pull request #20227 from hrydgard/even-more-minor-fixes
Fix retroachievements + assorted minor fixes
|
2025-04-09 18:38:28 +02:00 |
|
Henrik Rydgård
|
09e7e6f335
|
Less noisy file access logging on Android.
|
2025-04-09 18:07:57 +02:00 |
|
Henrik Rydgård
|
a4e6e84a0a
|
Move achievement handling to EmuScreen and the main thread. Fixes black screen.
|
2025-04-09 18:07: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
|
e90b91701f
|
Warning fixes
|
2025-04-09 13:13:13 +02:00 |
|
Henrik Rydgård
|
60a19016ae
|
Split out DeveloperToolsScreen from GameSettingsScreen.cpp
|
2025-04-09 13:13:08 +02:00 |
|
Henrik Rydgård
|
dd7642df19
|
Android: Reduce logspam
|
2025-04-09 12:40:10 +02:00 |
|
Henrik Rydgård
|
531842f577
|
Add font cache stats to "internals" screen
|
2025-04-09 12:40:10 +02:00 |
|
 Henrik RydgårdandGitHub
|
2ce186481e
|
Merge pull request #20225 from hrydgard/more-minor-fixes
Some minor fixes, ImDebugger features
|
2025-04-09 12:39:09 +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
|
50410d0de3
|
Comment on L.A. Rush blending problem
|
2025-04-09 11:58:31 +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 |
|
Henrik Rydgård
|
a97ea04827
|
ImGui: Add "repeatshift" buttons that auto-repeat if you hold shift.
|
2025-04-09 11:58:31 +02:00 |
|