mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-10 23:27:57 -05:00
Merge pull request #2278 from ReinUsesLisp/vc-texture-cache
video_core: Implement API agnostic view based texture cache
This commit is contained in:
@ -106,6 +106,8 @@ add_library(video_core STATIC
|
||||
textures/decoders.cpp
|
||||
textures/decoders.h
|
||||
textures/texture.h
|
||||
texture_cache.cpp
|
||||
texture_cache.h
|
||||
video_core.cpp
|
||||
video_core.h
|
||||
)
|
||||
|
Reference in New Issue
Block a user