IPC helpers example

This commit is contained in:
Lectem 2016-12-26 13:58:50 +01:00
parent 8f2b642415
commit 8baae9d982
3 changed files with 40 additions and 35 deletions

View file

@ -10,6 +10,7 @@
#include <boost/container/flat_map.hpp>
#include "common/common_types.h"
#include "core/hle/ipc.h"
#include "core/hle/ipc_helpers.h"
#include "core/hle/kernel/client_port.h"
#include "core/hle/kernel/thread.h"
#include "core/hle/result.h"