Merge pull request #383 from zhuowei/shared_page

Add some support for the shared page
This commit is contained in:
bunnei 2015-01-18 18:31:52 -05:00
commit be8f665142
5 changed files with 116 additions and 0 deletions

View file

@ -73,6 +73,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
@ -171,6 +172,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