From a77a09fdaa85c04ec2e4bca85f0084c3cac72aca Mon Sep 17 00:00:00 2001 From: dimok789 Date: Wed, 2 Mar 2016 19:56:04 +0100 Subject: [PATCH] fixed bug in defines of GX2 --- src/dynamic_libs/gx2_types.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/dynamic_libs/gx2_types.h b/src/dynamic_libs/gx2_types.h index 8f28bd6..e292318 100644 --- a/src/dynamic_libs/gx2_types.h +++ b/src/dynamic_libs/gx2_types.h @@ -445,10 +445,10 @@ extern "C" { //!----------------------------------------------------------------------------------------------------------------------- //! GX2 TV render modes //!----------------------------------------------------------------------------------------------------------------------- -#define GX2_TV_RENDER_480_NARROW 0x00000000 -#define GX2_TV_RENDER_480_WIDE 0x00000001 -#define GX2_TV_RENDER_720 0x00000002 -#define GX2_TV_RENDER_1080 0x00000004 +#define GX2_TV_RENDER_480_NARROW 0x00000001 +#define GX2_TV_RENDER_480_WIDE 0x00000002 +#define GX2_TV_RENDER_720 0x00000003 +#define GX2_TV_RENDER_1080 0x00000005 //!----------------------------------------------------------------------------------------------------------------------- //! GX2 DRC render modes