24#ifndef __OSD_CONFIG_H__
25#define __OSD_CONFIG_H__
29#ifndef OSD_CONFIG_NO_LIBCDVD
35 LANGUAGE_JAPANESE = 0,
51 LANGUAGE_TRAD_CHINESE,
52 LANGUAGE_SIMPL_CHINESE
65 VIDEO_OUTPUT_COMPONENT
132int configGetLanguageWithIODriver(
_io_driver *driver);
138void configSetLanguageWithIODriver(
int language,
_io_driver *driver);
145int configGetTvScreenTypeWithIODriver(
_io_driver *driver);
151void configSetTvScreenTypeWithIODriver(
int screenType,
_io_driver *driver);
157int configGetDateFormatWithIODriver(
_io_driver *driver);
163void configSetDateFormatWithIODriver(
int dateFormat,
_io_driver *driver);
170int configGetTimeFormatWithIODriver(
_io_driver *driver);
177void configSetTimeFormatWithIODriver(
int timeFormat,
_io_driver *driver);
183int configGetTimezoneWithIODriver(
_io_driver *driver);
189void configSetTimezoneWithIODriver(
int timezoneOffset,
_io_driver *driver,
void (*finishedCallback)(
void));
195int configIsSpdifEnabledWithIODriver(
_io_driver *driver);
201void configSetSpdifEnabledWithIODriver(
int enabled,
_io_driver *driver);
207int configIsDaylightSavingEnabledWithIODriver(
_io_driver *driver);
213void configSetDaylightSavingEnabledWithIODriver(
int daylightSaving,
_io_driver *driver,
void (*finishedCallback)(
void));
215#ifndef OSD_CONFIG_NO_LIBCDVD
int IsEarlyJap(ConfigParam config)
void configSetSpdifEnabled(int enabled)
int configGetTvScreenType(void)
void configSetTimeFormat(int timeFormat)
void configSetTimezone(int offset)
int configGetTimezone(void)
int configGetLanguage(void)
void configSetDateFormat(int dateFormat)
void configSetLanguage(int language)
int configGetDateFormat(void)
void configConvertToGmtTime(sceCdCLOCK *time)
int configIsSpdifEnabled(void)
void configSetDaylightSavingEnabled(int enabled)
int configGetTimeFormat(void)
void configSetTvScreenType(int screenType)
int configIsDaylightSavingEnabled(void)