Skip to content

Commit cbd139d

Browse files
committed
Add TVPal576IntScale and TVPal576ProgSoftScale
Fix inconsistent spacing
1 parent 06c1d11 commit cbd139d

File tree

2 files changed

+1025
-986
lines changed

2 files changed

+1025
-986
lines changed

gc/ogc/video_types.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,13 @@ extern GXRModeObj TVPal264IntAa; /*!< Video and render mode configuration for
179179
extern GXRModeObj TVPal528Int; /*!< Video and render mode configuration for 528 lines,interlaced PAL mode */
180180
extern GXRModeObj TVPal528IntDf; /*!< Video and render mode configuration for 528 lines,interlaced,doublefield PAL mode */
181181
extern GXRModeObj TVPal524IntAa; /*!< Video and render mode configuration for 524 lines,interlaced,doublefield,antialiased PAL mode */
182+
extern GXRModeObj TVPal576IntScale;
182183
extern GXRModeObj TVPal576IntDfScale;
183184
extern GXRModeObj TVPal528Prog;
184185
extern GXRModeObj TVPal528ProgSoft;
185186
extern GXRModeObj TVPal524ProgAa;
186187
extern GXRModeObj TVPal576ProgScale;
188+
extern GXRModeObj TVPal576ProgSoftScale;
187189
extern GXRModeObj TVEurgb60Hz240Ds;
188190
extern GXRModeObj TVEurgb60Hz240DsAa;
189191
extern GXRModeObj TVEurgb60Hz240Int;

0 commit comments

Comments
 (0)