PS2SDK
PS2 Homebrew Libraries
|
#include <time.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <ps2sdkapi.h>
#include "osd_config.h"
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 23 of file timezone.c.
#define posixIODriver { open, close, (int (*)(int, void *, int))read, O_RDONLY } |
Definition at line 26 of file timezone.c.