ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
ConfigParam Struct Reference

#include <osd_config.h>

Data Fields

u32 spdifMode:1
 
u32 screenType:2
 
u32 videoOutput:1
 
u32 japLanguage:1
 
u32 ps1drvConfig:8
 
u32 version:3
 
u32 language:5
 
u32 timezoneOffset:11
 

Detailed Description

parameter struct as used by GetOsdConfigParam/SetOsdConfigParam

Definition at line 81 of file osd_config.h.

Field Documentation

◆ japLanguage

u32 ConfigParam::japLanguage

0=japanese, 1=english(non-japanese)

Definition at line 89 of file osd_config.h.

Referenced by GetOsdConfigParam(), and SetOsdConfigParam().

◆ language

u32 ConfigParam::language

LANGUAGE_??? value

Definition at line 95 of file osd_config.h.

Referenced by GetOsdConfigParam(), and SetOsdConfigParam().

◆ ps1drvConfig

u32 ConfigParam::ps1drvConfig

Playstation driver settings.

Definition at line 91 of file osd_config.h.

Referenced by GetOsdConfigParam(), and SetOsdConfigParam().

◆ screenType

u32 ConfigParam::screenType

0=4:3, 1=fullscreen, 2=16:9

Definition at line 85 of file osd_config.h.

Referenced by GetOsdConfigParam(), and SetOsdConfigParam().

◆ spdifMode

u32 ConfigParam::spdifMode

0=enabled, 1=disabled

Definition at line 83 of file osd_config.h.

Referenced by GetOsdConfigParam(), and SetOsdConfigParam().

◆ timezoneOffset

u32 ConfigParam::timezoneOffset

timezone minutes offset from gmt

Definition at line 97 of file osd_config.h.

Referenced by GetOsdConfigParam(), and SetOsdConfigParam().

◆ version

u32 ConfigParam::version

0 = early Japanese OSD, 1 = OSD2, 2 = OSD2 with extended languages. Early kernels cannot retain the value set in this field (Hence always 0).

Definition at line 93 of file osd_config.h.

Referenced by GetOsdConfigParam(), PatchIsNeeded(), and SetOsdConfigParam().

◆ videoOutput

u32 ConfigParam::videoOutput

0=rgb(scart), 1=component

Definition at line 87 of file osd_config.h.

Referenced by GetOsdConfigParam(), and SetOsdConfigParam().


The documentation for this struct was generated from the following file: