eden/src
xbzk ec2b9b0400
Some checks are pending
tx-src / sources (push) Waiting to run
Check Strings / check-strings (push) Waiting to run
[vk, renderdoc] fixed zero-sized streambuffer bug on old heap-absent GPUs (#4052)
This fix a bug in which eden crashes when renderdoc is attached to vulkan.
that kept me away from renderdoc for around a year now.

the bug:

in video_core\renderer_vulkan\vk_staging_buffer_pool.cpp
in GetStreamBufferSize(...)
if device.HasDebuggingToolAttached()
but heap is empty/unavailable <-- Case in my old nvidia kepler gpu

the original method returns size 0, right?
the change honors same original behavior, while covers my case properly, returning MAX_STREAM_BUFFER_SIZE.

addl some log tip and some minimal doc. fully safe. let it rip.

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4052
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
2026-06-03 05:02:13 +02:00
..
android [vulkan] Fix regressions found in last stable release (#3953) 2026-06-02 01:06:12 +02:00
audio_core [audio_core] fix OOB copy when silencing channel on shutdown (#3969) 2026-05-31 02:38:26 +02:00
common [common/thread] fix MSVC build error with _rdstc (#4029) 2026-05-31 02:32:21 +02:00
core [svc] Stub BreakDebugProcess (#4044) 2026-06-02 03:33:38 +02:00
dedicated_room [desktop] More qt_common reorganization (#3916) 2026-05-20 04:49:16 +02:00
dynarmic [dynarmic] cleanup duplicate code and reimpls of std::* bit stuff (#4017) 2026-05-31 04:18:12 +02:00
frontend_common [desktop] Prefer extracred folder name over zip name for non-Atmosphere zip mods (#4043) 2026-06-02 04:08:09 +02:00
hid_core [video_core] fix redundant resize-copy overload and just use default-init resize, to reduce stutter on Mario BP (#3874) 2026-05-29 03:28:47 +02:00
input_common [externals] Update to SDL3 (#3952) 2026-05-18 19:07:41 +02:00
network [common] unify std::random_device (#3801) 2026-03-31 20:12:41 +02:00
qt_common [desktop] Rework game list to use MVP architecture (#4042) 2026-06-02 04:08:24 +02:00
shader_recompiler [vulkan] Fix regressions found in last stable release (#3953) 2026-06-02 01:06:12 +02:00
tests [cmake] fixes for XCode when having languages other than C/C++ (#3772) 2026-03-26 04:46:43 +01:00
video_core [vk, renderdoc] fixed zero-sized streambuffer bug on old heap-absent GPUs (#4052) 2026-06-03 05:02:13 +02:00
web_service [cmake, deps] conjure common/httplib.h and remove global def for httplib macros (#3800) 2026-04-06 19:13:09 +02:00
yuzu [desktop] Rework game list to use MVP architecture (#4042) 2026-06-02 04:08:24 +02:00
yuzu_cmd [externals] Update to SDL3 (#3952) 2026-05-18 19:07:41 +02:00
yuzu_room_standalone [cmake] add a YUZU_STATIC_ROOM option (#3411) 2026-01-28 23:54:49 +01:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt [dynarmic] bootstrap loongarch64 host build (#4015) 2026-05-30 01:42:23 +02:00
dep_hashes.h.in [cmake, frontend] feat: CPMUtil + dependency viewer (#238) 2025-08-11 22:27:29 +02:00