RetroArch
gx_struct.h
Go to the documentation of this file.
1 /*-------------------------------------------------------------
2 
3 gx_struct.h -- support header
4 
5 Copyright (C) 2004
6 Michael Wiedenbauer (shagkur)
7 Dave Murphy (WinterMute)
8 
9 This software is provided 'as-is', without any express or implied
10 warranty. In no event will the authors be held liable for any
11 damages arising from the use of this software.
12 
13 Permission is granted to anyone to use this software for any
14 purpose, including commercial applications, and to alter it and
15 redistribute it freely, subject to the following restrictions:
16 
17 1. The origin of this software must not be misrepresented; you
18 must not claim that you wrote the original software. If you use
19 this software in a product, an acknowledgment in the product
20 documentation would be appreciated but is not required.
21 
22 2. Altered source versions must be plainly marked as such, and
23 must not be misrepresented as being the original software.
24 
25 3. This notice may not be removed or altered from any source
26 distribution.
27 
28 -------------------------------------------------------------*/
29 
30 
31 #ifndef __GX_STRUCT_H__
32 #define __GX_STRUCT_H__
33 
39 #include <gctypes.h>
40 
41 #ifdef __cplusplus
42  extern "C" {
43 #endif /* __cplusplus */
44 
45 
58 typedef struct _gx_rmodeobj {
69  u8 aa;
71  u8 vfilter[7];
72 } GXRModeObj;
73 
74 #ifdef __cplusplus
75  }
76 #endif /* __cplusplus */
77 
78 #endif
u8 aa
Definition: gx_struct.h:69
u8 field_rendering
Definition: gx_struct.h:68
struct _gx_rmodeobj GXRModeObj
structure to hold the selected video and render settings
Data type definitions.
u16 viXOrigin
Definition: gx_struct.h:63
u32 viTVMode
Definition: gx_struct.h:59
Definition: gx_struct.h:58
u16 viWidth
Definition: gx_struct.h:65
u32 xfbMode
Definition: gx_struct.h:67
u8 sample_pattern[12][2]
Definition: gx_struct.h:70
uint16_t u16
16bit unsigned integer
Definition: gctypes.h:18
u16 fbWidth
Definition: gx_struct.h:60
u16 viHeight
Definition: gx_struct.h:66
u8 vfilter[7]
Definition: gx_struct.h:71
u16 viYOrigin
Definition: gx_struct.h:64
u16 xfbHeight
Definition: gx_struct.h:62
uint8_t u8
8bit unsigned integer
Definition: gctypes.h:17
uint32_t u32
32bit unsigned integer
Definition: gctypes.h:19
u16 efbHeight
Definition: gx_struct.h:61