summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvnflinger/status.h
diff options
context:
space:
mode:
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,
};