fixed bug in defines of GX2

This commit is contained in:
dimok789 2016-03-02 19:56:04 +01:00
parent f458982ab1
commit a77a09fdaa
1 changed files with 4 additions and 4 deletions

View File

@ -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