psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
disc.h File Reference
#include <ppu-types.h>

Go to the source code of this file.

Typedefs

typedef void(* sysDiscEjectCallback) (void)
 
typedef void(* sysDiscInsertCallback) (u32 discType, char *title)
 

Enumerations

enum  sysDiscType { SYS_DISCTYPE_OTHER = 0 , SYS_DISCTYPE_PS3 , SYS_DISCTYPE_PS2 }
 

Functions

s32 sysDiscRegisterDiscChangeCallback (sysDiscEjectCallback cbEject, sysDiscInsertCallback cbInsert)
 
s32 sysDiscUnregisterDiscChangeCallback ()
 

Typedef Documentation

◆ sysDiscEjectCallback

typedef void(* sysDiscEjectCallback) (void)

Definition at line 17 of file disc.h.

◆ sysDiscInsertCallback

typedef void(* sysDiscInsertCallback) (u32 discType, char *title)

Definition at line 18 of file disc.h.

Enumeration Type Documentation

◆ sysDiscType

Enumerator
SYS_DISCTYPE_OTHER 
SYS_DISCTYPE_PS3 
SYS_DISCTYPE_PS2 

Definition at line 10 of file disc.h.

Function Documentation

◆ sysDiscRegisterDiscChangeCallback()

s32 sysDiscRegisterDiscChangeCallback ( sysDiscEjectCallback  cbEject,
sysDiscInsertCallback  cbInsert 
)

◆ sysDiscUnregisterDiscChangeCallback()

s32 sysDiscUnregisterDiscChangeCallback ( )