mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-09 20:32:32 -07:00
nvnflinger: use graphic buffer lifetime for map handle
This commit is contained in:
@@ -19,7 +19,7 @@ enum class Status : s32 {
|
||||
Busy = -16,
|
||||
NoInit = -19,
|
||||
BadValue = -22,
|
||||
InvalidOperation = -37,
|
||||
InvalidOperation = -38,
|
||||
BufferNeedsReallocation = 1,
|
||||
ReleaseAllBuffers = 2,
|
||||
};
|
||||
|
Reference in New Issue
Block a user