mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 04:25:45 +00:00
SMMU: Initial adaptation to video_core.
This commit is contained in:
parent
d0329a2c00
commit
9db159da71
79 changed files with 1262 additions and 1263 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue