From aac846ff741e5b1f244388f41c583d3d0d17edfb Mon Sep 17 00:00:00 2001 From: raven02 Date: Tue, 3 Jun 2014 06:18:33 +0800 Subject: [PATCH] Add NV4097_SET_FLIP It is custom naming --- rpcs3/Emu/GS/GCM.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpcs3/Emu/GS/GCM.h b/rpcs3/Emu/GS/GCM.h index eb3602cdba..dc5d7b2203 100644 --- a/rpcs3/Emu/GS/GCM.h +++ b/rpcs3/Emu/GS/GCM.h @@ -443,6 +443,7 @@ enum NV4097_SET_VERTEX_ATTRIB_INPUT_MASK = 0x00001ff0, NV4097_SET_VERTEX_ATTRIB_OUTPUT_MASK = 0x00001ff4, NV4097_SET_TRANSFORM_BRANCH_BITS = 0x00001ff8, + NV4097_SET_FLIP = 0x00003fead, // NV0039 NV0039_SET_OBJECT = 0x00002000, @@ -1221,4 +1222,4 @@ static const std::string GetMethodName(const u32 id) } return fmt::Format("unknown/illegal method [0x%08x]", id); -} \ No newline at end of file +}