ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
_fio_read_data Struct Reference

Data Fields

u32 size1
 
u32 size2
 
void * dest1
 
void * dest2
 
u8 buf1 [16]
 
u8 buf2 [16]
 

Detailed Description

Shared between _fio_read_intr and fio_read. The updated modules shipped with licensed games changed the size of the buffers from 16 to 64.

Definition at line 49 of file fileio.c.

Field Documentation

◆ buf1

u8 _fio_read_data::buf1[16]

Definition at line 54 of file fileio.c.

◆ buf2

u8 _fio_read_data::buf2[16]

Definition at line 55 of file fileio.c.

◆ dest1

void* _fio_read_data::dest1

Definition at line 52 of file fileio.c.

◆ dest2

void* _fio_read_data::dest2

Definition at line 53 of file fileio.c.

◆ size1

u32 _fio_read_data::size1

Definition at line 50 of file fileio.c.

◆ size2

u32 _fio_read_data::size2

Definition at line 51 of file fileio.c.


The documentation for this struct was generated from the following file: