summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvnflinger/status.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-11-18 02:41:34 +0100
committerGitHub <noreply@github.com>2023-11-18 02:41:34 +0100
commitf131b0faeb94a3f5aef76772e75ec3feb7c3ab12 (patch)
treedb391baae9fc100aaba35b0c8d33d47e593a3e1f /src/core/hle/service/nvnflinger/status.h
parentMerge pull request #11917 from liamwhite/abandonment (diff)
parentnvnflinger: use graphic buffer lifetime for map handle (diff)
downloadyuzu-f131b0faeb94a3f5aef76772e75ec3feb7c3ab12.tar
yuzu-f131b0faeb94a3f5aef76772e75ec3feb7c3ab12.tar.gz
yuzu-f131b0faeb94a3f5aef76772e75ec3feb7c3ab12.tar.bz2
yuzu-f131b0faeb94a3f5aef76772e75ec3feb7c3ab12.tar.lz
yuzu-f131b0faeb94a3f5aef76772e75ec3feb7c3ab12.tar.xz
yuzu-f131b0faeb94a3f5aef76772e75ec3feb7c3ab12.tar.zst
yuzu-f131b0faeb94a3f5aef76772e75ec3feb7c3ab12.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,
};