|
PS2SDK
PS2 Homebrew Libraries
|
#include <time.h>#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <fcntl.h>#include <reent.h>#include <ps2sdkapi.h>#include "osd_config.h"
Include dependency graph for timezone.c:Go to the source code of this file.
Macros | |
| #define | OSD_CONFIG_NO_LIBCDVD |
| #define | posixIODriver { open, close, (int (*)(int, void *, int))read, O_RDONLY } |
Set timezone-related variables based on the OSD configuration.
Definition in file timezone.c.
| #define OSD_CONFIG_NO_LIBCDVD |
Definition at line 24 of file timezone.c.
| #define posixIODriver { open, close, (int (*)(int, void *, int))read, O_RDONLY } |
Definition at line 27 of file timezone.c.