Add some support for the shared page (currently 3d slider is implemented)
This commit is contained in:
parent
72915423c3
commit
edb8450420
5 changed files with 116 additions and 0 deletions
|
@ -69,6 +69,7 @@ set(SRCS
|
|||
hle/service/y2r_u.cpp
|
||||
hle/config_mem.cpp
|
||||
hle/hle.cpp
|
||||
hle/shared_page.cpp
|
||||
hle/svc.cpp
|
||||
hw/gpu.cpp
|
||||
hw/hw.cpp
|
||||
|
@ -163,6 +164,7 @@ set(HEADERS
|
|||
hle/result.h
|
||||
hle/function_wrappers.h
|
||||
hle/hle.h
|
||||
hle/shared_page.h
|
||||
hle/svc.h
|
||||
hw/gpu.h
|
||||
hw/hw.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue