43
edits
m |
|||
Line 85: | Line 85: | ||
'''Update 28/03''': functions like '''ps2_open''' are actually implemented by ScummVM. If Common::File gets redefined, said implementation will be moved to the appropiate subclass of the new File class. | '''Update 28/03''': functions like '''ps2_open''' are actually implemented by ScummVM. If Common::File gets redefined, said implementation will be moved to the appropiate subclass of the new File class. | ||
'''Update 29/03''': the ps2sdk does provide fopen, fread, etc... but they get redefined because ScummVM uses inneficient I/O. The redefinitions are then used to -avoid- calling the SDK functions, since the custom ones provide caching. | |||
=== A possible wrapper === | === A possible wrapper === |
edits