VI: Move BufferQueue and NVFlinger to their own folder/namespace.

This commit is contained in:
Subv 2018-01-22 11:54:58 -05:00
parent 07355cf7cc
commit 8d7686ff8e
9 changed files with 452 additions and 363 deletions

View file

@ -130,6 +130,10 @@ add_library(core STATIC
hle/service/nvdrv/nvdrv.h
hle/service/nvdrv/nvmemp.cpp
hle/service/nvdrv/nvmemp.h
hle/service/nvflinger/buffer_queue.cpp
hle/service/nvflinger/buffer_queue.h
hle/service/nvflinger/nvflinger.cpp
hle/service/nvflinger/nvflinger.h
hle/service/pctl/pctl.cpp
hle/service/pctl/pctl.h
hle/service/pctl/pctl_a.cpp