mirror of
https://github.com/wiiu-env/ftpiiu.git
synced 2024-11-25 03:06:51 +01:00
fixed bug in defines of GX2
This commit is contained in:
parent
f458982ab1
commit
a77a09fdaa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user