yuzu/src/video_core/buffer_cache
comex b8fbf6969c map_interval: Change field order to address uninitialized field warning
Clang complains about `new_chunk`'s constructor using the
then-uninitialized `first_chunk` (even though it's just to get a pointer
into it).
2020-12-06 18:37:23 -05:00
..
buffer_block.h buffer_cache: Avoid passing references of shared pointers and misc style changes 2020-06-09 18:30:49 -03:00
buffer_cache.h video_core: Remove all Core::System references in renderer 2020-09-06 05:28:48 -03:00
map_interval.cpp map_interval: Add interval allocator and drop hack 2020-05-21 16:44:00 -03:00
map_interval.h map_interval: Change field order to address uninitialized field warning 2020-12-06 18:37:23 -05:00