mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 06:07:58 -05:00
Add some support for the shared page (currently 3d slider is implemented)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user