diff options
Diffstat (limited to 'lib/ultralib/src/vimodes/vimodentschpn2.c')
| -rw-r--r-- | lib/ultralib/src/vimodes/vimodentschpn2.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/ultralib/src/vimodes/vimodentschpn2.c b/lib/ultralib/src/vimodes/vimodentschpn2.c index d1b5974..e4f0f39 100644 --- a/lib/ultralib/src/vimodes/vimodentschpn2.c +++ b/lib/ultralib/src/vimodes/vimodentschpn2.c @@ -1,6 +1,16 @@ +/** + * @file vimodentschpn2.c + * + * NTSC HPN2 Video Mode + * + * H = High Resolution + * P = Point Sampled + * N = Normal Interlaced + * 2 = 32-bit Framebuffer + */ #include "PR/os.h" #include "PR/rcp.h" -#include "../io/viint.h" +#include "PRinternal/viint.h" OSViMode osViModeNtscHpn2 = { OS_VI_NTSC_HPN2, // type |
