- 精华
- 0
- 帖子
- 679
- 威望
- 0 点
- 积分
- 721 点
- 种子
- 12 点
- 注册时间
- 2007-1-8
- 最后登录
- 2024-3-21
|
楼主 |
发表于 2019-1-13 08:00 · 辽宁
|
显示全部楼层
本帖最后由 tq03q9i 于 2019-1-26 20:19 编辑
1237
Updated patch for Ferrari Challenge: Trofeo Pirelli to support the NTSC-U/C version (SLUS-21780).
1238
Added patch for Shaun Palmer's Pro Snowboarder (SLUS-20199 & SLES-50400). Should work for SLES-50401 & SLES-50402 as well, but I have no idea if it will work with SLPM-65198 (NTSC-J, released a year later).
1239
Replaced all hardcoded disc types with definitions from libcdvd, replaced the platform-specific types within the structures of supportbase.h with types from ctypes.h, increased alignment of buffer for parsing SYSTEM.CNF, fixed inconsistent parameters to strtok while parsing SYSTEM.CNF.
1240
Added item shutdown function, to allow OPL to shut down devices that are not used or before the PS2 is switched off. Removed call to ethDeinitModules from within deinitAllSupport() as ethCleanup/ethShutdown() will be called by deinitAllSupport() - related to commit e8d848c.
1241
Changed buttons to only refresh the active item (instead of all items) when auto refresh is enabled. Updated comments for auto refresh settings.
1242
Always allow the user & auto refresh the refresh the apps list.
1243
Updated CEX DECI2 support to also work in the UI, also to get it working again due to changes in commit b679d5f (requires network to be initialized), changed settings used by SMSTCPIP for ingame debugging (non-ingame mode).
1244
Fixed typo in opl_network.cfg filename, changed filename parameters in system.c to const, increased video mode change confirmation timeout to 10s, removed redundant check around WakeupThread() in ioPutRequest().
1245
Merge pull request #170 from sp193/bugfixes-jan19
1246
Refactored apps list to allow each app to have its own configuration file. APPS now can be stored within their own folder, within the APP folders on the game devices.
1247
Implemented game list cache.
1248
Fixed compile-time warning in opl.c due to missing includes for PADEMU.
1249
Removed "Fix for 8.3 filename" from sysLaunchLoaderElf().
1250
Merge pull request #171 from sp193/gamelistcache
1237
更新了法拉利挑战赛的补丁:特罗菲奥皮雷利以支持NTSC-U/C版本(SLUS-21780)。
1238
为肖恩帕默的职业滑雪板(SLUS-20199和SLES-50400)增加了补丁。也适用于SLES-50401和SLES-50402,但我不知道它是否适用于SLPM-65198(NTSC-J,一年后发布的了)。
1239
用libcdvd中的定义替换所有硬编码的光盘类型,用ctypes.h中的类型替换supportbase.h结构中的特定于平台的类型,增加用于解析SYSTEM.CNF的缓冲区对齐,在解析SYSTEM.CNF时修复不一致的参数到strtok 。
1240
添加了项目关闭功能 ,以允许OPL关闭未使用的设备或在PS2关闭之前关闭设备。从deinitAllSupport()中删除了对ethDeinitModules的调用,因为deinitAllSupport()将调用ethCleanup/ethShutdown() - 与消息e8d848c相关。
1241
更改按钮仅在启用自动刷新时刷新活动项目(而不是所有项目)。更新了自动刷新设置的注释。
1242
始终允许用户自动刷新刷新应用列表。
1243
更新了CEX DECI2支持也可以在UI中工作,也可以通过消息b679d5f(需要初始化网络),更改SMSTCPIP用于游戏调试(非游戏模式)的设置更改来使其再次工作。
1244
修复了opl_network.cfg文件名中的拼写错误,将system.c中的文件名参数更改为const,将视频模式更改确认超时增加到10秒,删除了ioPutRequest()中WakeupThread()周围的冗余检查。
1245
从sp193/bugfixes-jan19整合合并请求#170
1246
重构的应用列表允许每个应用拥有自己的配置文件。 APPS现在可以存储在他们自己的文件夹中,在游戏设备上的APP文件夹中。
1247
实现了游戏列表缓存。
1248
修复了opl.c中由于缺少PADEMU包含而导致的编译时警告。
1249
从sysLaunchLoaderElf()中删除了“8.3文件名修正”。
1250
从sp193/gamelistcache整合合并请求#171 |
|