yuzu/src/video_core/buffer_cache
ReinUsesLisp 0b8b961442 buffer_cache: Add extra bytes to guest SSBOs
Bind extra bytes beyond the guest API's bound range.
This is due to some games like Astral Chain operating out of bounds.
Binding the whole map range would be technically correct, but games
have large maps that make this approach unaffordable for now.
2021-02-13 02:18:38 -03:00
..
buffer_base.h buffer_cache: Heuristically detect stream buffers 2021-02-13 02:17:24 -03:00
buffer_cache.cpp video_core: Reimplement the buffer cache 2021-02-13 02:17:22 -03:00
buffer_cache.h buffer_cache: Add extra bytes to guest SSBOs 2021-02-13 02:18:38 -03:00