summaryrefslogtreecommitdiffstats
path: root/src/core/hle
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2018-09-13 19:39:20 +0200
committerGitHub <noreply@github.com>2018-09-13 19:39:20 +0200
commit8e7497d5bb17b7e322d191cd103479972bcdb39b (patch)
tree53b28441e3a8c7411612d3e2c52fc3be71421b6e /src/core/hle
parentUse ARB_multi_bind for uniform buffers (#1287) (diff)
parentipc: minor fix (diff)
downloadyuzu-8e7497d5bb17b7e322d191cd103479972bcdb39b.tar
yuzu-8e7497d5bb17b7e322d191cd103479972bcdb39b.tar.gz
yuzu-8e7497d5bb17b7e322d191cd103479972bcdb39b.tar.bz2
yuzu-8e7497d5bb17b7e322d191cd103479972bcdb39b.tar.lz
yuzu-8e7497d5bb17b7e322d191cd103479972bcdb39b.tar.xz
yuzu-8e7497d5bb17b7e322d191cd103479972bcdb39b.tar.zst
yuzu-8e7497d5bb17b7e322d191cd103479972bcdb39b.zip
Diffstat (limited to 'src/core/hle')
-rw-r--r--src/core/hle/ipc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/ipc.h b/src/core/hle/ipc.h
index eaa5395ac..545cd884a 100644
--- a/src/core/hle/ipc.h
+++ b/src/core/hle/ipc.h
@@ -153,7 +153,7 @@ struct DataPayloadHeader {
u32_le magic;
INSERT_PADDING_WORDS(1);
};
-static_assert(sizeof(DataPayloadHeader) == 8, "DataPayloadRequest size is incorrect");
+static_assert(sizeof(DataPayloadHeader) == 8, "DataPayloadHeader size is incorrect");
struct DomainMessageHeader {
enum class CommandType : u32_le {