Merge pull request #383 from zhuowei/shared_page
Add some support for the shared page
This commit is contained in:
commit
be8f665142
5 changed files with 116 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue