2.3: CD-ROM Optimizations
@PS_2
Published in
Playstation
· 1 week ago
This chapter details some of the usual tricks and techniques for optimizing the CD-ROM image of your project, to help improve load times and possibly helps reduce wear on the CD-ROM pickup in the console itself. Data Ordering Data in a CD-ROM is normally stored in a linear fashion and no file is ever fragmented, somewhat similar to a record. A common method of improving loading performance is by ordering files in a manner that frequently used files are placed close together. This reduces the amount of time it takes to seek between files. Data ordering is typically controlled in BUILDCD and MKPSXISO by when in the script the file is specif...