- 精华
- 0
- 帖子
- 197
- 威望
- 0 点
- 积分
- 257 点
- 种子
- 5 点
- 注册时间
- 2004-4-8
- 最后登录
- 2023-9-8
|
发表于 2007-5-9 12:43 · 北京
|
显示全部楼层
随手翻了一下,增强了文件操作功能,添加ogg/vorbis音轨支持(这个要赞 LOL )
Changelog for Version 2.2 (Note updated language files)
- added menu option to modify display width (in 640-720 pixels range);
增加修改显示宽度的菜单项(可选640~720像素)
- network drivers are reverted back to non-DMA version as latest proved to be quite unreliable;
网络驱动回溯为最近证明相当稳定的非DMA版本
- 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';
注释 1: 第1条没有在 host(*网络主机设备) 和 cddafs(*linux下一种光盘文件系统)设备上实现
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));
注释 2:没有完整测试。在这里工作貌似正常。使用后果自负...
采用unix风格'删除'操作,像"你确定?"这样的警告是不会出现的.(但是可以使用三角按钮终止操作(或者使用遥 控器上的"停止"按钮))
- ogg/vorbis audio decoder (floating point implementation with PS2 optimized MDCT)
is added. "mp3" and "ogg" files can be
加入了ogg/vorbis音频***(*后面这个是指为PS2优化过的一种浮点改进型的离散余弦变换...)
*changelog没贴完罢,大致就是可以支持mp3/ogg的音轨之类blabla~ |
|