summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvnflinger/status.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-10-29 21:37:11 +0100
committerLiam <byteslice@airmail.cc>2023-10-30 03:12:16 +0100
commit79e7d7f4ba3ed4f395e6b30eea218a34348726a2 (patch)
treef7e73263e401b6eb761df2eebce6cb52908be5f6 /src/core/hle/service/nvnflinger/status.h
parentMerge pull request #11866 from liamwhite/more-qt-nonsense (diff)
downloadyuzu-79e7d7f4ba3ed4f395e6b30eea218a34348726a2.tar
yuzu-79e7d7f4ba3ed4f395e6b30eea218a34348726a2.tar.gz
yuzu-79e7d7f4ba3ed4f395e6b30eea218a34348726a2.tar.bz2
yuzu-79e7d7f4ba3ed4f395e6b30eea218a34348726a2.tar.lz
yuzu-79e7d7f4ba3ed4f395e6b30eea218a34348726a2.tar.xz
yuzu-79e7d7f4ba3ed4f395e6b30eea218a34348726a2.tar.zst
yuzu-79e7d7f4ba3ed4f395e6b30eea218a34348726a2.zip
Diffstat (limited to 'src/core/hle/service/nvnflinger/status.h')
-rw-r--r--src/core/hle/service/nvnflinger/status.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nvnflinger/status.h b/src/core/hle/service/nvnflinger/status.h
index 7af166c40..3fa0fe15b 100644
--- a/src/core/hle/service/nvnflinger/status.h
+++ b/src/core/hle/service/nvnflinger/status.h
@@ -19,7 +19,7 @@ enum class Status : s32 {
Busy = -16,
NoInit = -19,
BadValue = -22,
- InvalidOperation = -37,
+ InvalidOperation = -38,
BufferNeedsReallocation = 1,
ReleaseAllBuffers = 2,
};