- added menu option to modify display width (in 640-720 pixels range);
- network drivers are reverted back to non-DMA version as latest proved to be quite unreliable;
- added some more functionality to file management:
1. copy directory tree to the "current" folder on internal HDD;
2. delete directory tree from internal HDD;
3. delete single file from internal HDD;
4. copy single file to the "current" folder on internal HDD;
This functionality is available via context menu ("square" gamepad button).
"Current" means last visited folder before switching to another media.
Note 1: point 1 is not implemented for 'host' and 'cddafs';
Note 2: not fully tested. Appears to be working here. Use it on your own risk.
'delete' operation is 'unix' style one, i.e. 'are you sure?' question
is not asked (though operation can be aborted using 'triangle' on the
gamepad (or 'stop' on the remote control));
- ogg/vorbis audio decoder (floating point implementation with PS2 optimized MDCT)
is added. "mp3" and "ogg" files can be mixed in one "m3u" playlist. They can also
be placed to the same folder and played in sequence using "circle" button while
that folder is selected in the file browser;
Note: "mono" ogg files and files with sampling rate other than 44100Hz were not
tested as I don't have any;
- added menu option to control CD/DVD speed (low/medium/high);
- applied 'dave_t''s patch to handle remote control 'next'/'prev' buttons during
playback. Thanks Dave
;
- added code that stops rotation of the CD/DVD media during pause/scroll;
- added menu option to configure display color resolotion (32/16bits). Not really
useful (well, maybe for huge resolution video clips), just for fun
;