ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <time.h>
#include <sys/_tz_structs.h>
#include <stdio.h>
#include <stdlib.h>
#include "osd_config.h"
Go to the source code of this file.
Macros | |
#define | OSD_CONFIG_NO_LIBCDVD |
Functions | |
void | _ps2sdk_timezone_update () |
Variables | |
static char | _ps2sdk_tzname [15] |
Set timezone-related variables based on the OSD configuration.
Definition in file timezone.c.
#define OSD_CONFIG_NO_LIBCDVD |
Definition at line 20 of file timezone.c.
void _ps2sdk_timezone_update | ( | ) |
Definition at line 26 of file timezone.c.
References _ps2sdk_tzname, configGetTimezone(), and configIsDaylightSavingEnabled().
|
static |
Definition at line 23 of file timezone.c.
Referenced by _ps2sdk_timezone_update().