Merge pull request #2783 from FernandoS27/new-buffer-cache

Implement a New LLE Buffer Cache
This commit is contained in:
bunnei
2019-08-29 13:07:01 -04:00
committed by GitHub
9 changed files with 684 additions and 330 deletions

View File

@ -1,5 +1,7 @@
add_library(video_core STATIC
buffer_cache.h
buffer_cache/buffer_block.h
buffer_cache/buffer_cache.h
buffer_cache/map_interval.h
dma_pusher.cpp
dma_pusher.h
debug_utils/debug_utils.cpp