mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-02 01:07:52 -05:00
SMMU: Initial adaptation to video_core.
This commit is contained in:
@ -95,6 +95,7 @@ add_library(video_core STATIC
|
||||
gpu.h
|
||||
gpu_thread.cpp
|
||||
gpu_thread.h
|
||||
guest_memory.h
|
||||
invalidation_accumulator.h
|
||||
memory_manager.cpp
|
||||
memory_manager.h
|
||||
@ -107,8 +108,6 @@ add_library(video_core STATIC
|
||||
query_cache/query_stream.h
|
||||
query_cache/types.h
|
||||
query_cache.h
|
||||
rasterizer_accelerated.cpp
|
||||
rasterizer_accelerated.h
|
||||
rasterizer_interface.h
|
||||
renderer_base.cpp
|
||||
renderer_base.h
|
||||
|
Reference in New Issue
Block a user