Skip to content

Commit

Permalink
fixed bug in defines of GX2
Browse files Browse the repository at this point in the history
  • Loading branch information
dimok789 committed Mar 2, 2016
1 parent f458982 commit a77a09f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/dynamic_libs/gx2_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a77a09f

Please sign in to comment.