PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
timezone.c File Reference
#include <time.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.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 }
 

Detailed Description

Set timezone-related variables based on the OSD configuration.

Definition in file timezone.c.

Macro Definition Documentation

◆ OSD_CONFIG_NO_LIBCDVD

#define OSD_CONFIG_NO_LIBCDVD

Definition at line 23 of file timezone.c.

◆ posixIODriver

#define posixIODriver   { open, close, (int (*)(int, void *, int))read, O_RDONLY }

Definition at line 26 of file timezone.c.