diff options
author | David Marcec <dmarcecguzman@gmail.com> | 2018-05-17 23:03:52 +0200 |
---|---|---|
committer | David Marcec <dmarcecguzman@gmail.com> | 2018-05-17 23:03:52 +0200 |
commit | fd86cdb2e24a72f099889393da8236002be04565 (patch) | |
tree | 66aa2db4a4514c1cc82383f7d3e2d6d92d0c0cb4 /src/core/hle/ipc.h | |
parent | Merge pull request #436 from bunnei/multi-core (diff) | |
download | yuzu-fd86cdb2e24a72f099889393da8236002be04565.tar yuzu-fd86cdb2e24a72f099889393da8236002be04565.tar.gz yuzu-fd86cdb2e24a72f099889393da8236002be04565.tar.bz2 yuzu-fd86cdb2e24a72f099889393da8236002be04565.tar.lz yuzu-fd86cdb2e24a72f099889393da8236002be04565.tar.xz yuzu-fd86cdb2e24a72f099889393da8236002be04565.tar.zst yuzu-fd86cdb2e24a72f099889393da8236002be04565.zip |
Diffstat (limited to 'src/core/hle/ipc.h')
-rw-r--r-- | src/core/hle/ipc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/ipc.h b/src/core/hle/ipc.h index ef6595550..c9257de77 100644 --- a/src/core/hle/ipc.h +++ b/src/core/hle/ipc.h @@ -32,6 +32,8 @@ enum class CommandType : u32 { Close = 2, Request = 4, Control = 5, + RequestWithContext = 6, + ControlWithContext = 7, Unspecified, }; |