Kernel/IPC: Add tests for HLERequestContext buffer translation

This commit is contained in:
Yuri Kunde Schlesner 2017-06-18 16:05:58 -07:00
parent 0dfafdbe59
commit 60a882cd50
2 changed files with 196 additions and 2 deletions

View file

@ -1,8 +1,9 @@
set(SRCS
glad.cpp
tests.cpp
common/param_package.cpp
core/file_sys/path_parser.cpp
core/hle/kernel/hle_ipc.cpp
glad.cpp
tests.cpp
)
set(HEADERS