11:11 multiMAN 04.19.06 UPDATE | |
Изменения в этой версии: * Added support for PSXEMU/PSXNETEMU emulator selection for PS1 BIN +CUE backups (Press [Triangle] -> Game Settings) * When using PSX NETEMU option the disc backups must be in MODE1 or MODE2 / 2352 (or more) bytes sector * Multi-disc games are not supported in this initial PS1_NETEMU-support version The default launch mode for PS1 file backups is "AUTO" = PSX EMU. Some games may require or look/perform better when using PSX NETEMU. The patched versions were tested on 4.30 and 4.21, but hopefully 3.41 and 3.55 versions will work too. This method is similar to the ps1_emu.self patching and doesn't affect other apps nor uses system calls which make break other apps. The patch is quite simple (just 244 bytes for ATAPI 0xBE READ CD command) Code: //4.30 //#define BASE (0x11C310) // READCD+0x10 in ps1_n //#define RETURN (0x11BFDC) // case 7 return //4.20 //#define BASE (0x11C200) // READCD+0x10 in ps1_n //#define RETURN (0x11BECC) // case 7 return //3.55 //#define BASE (0x11AA50) // READCD+0x10 in ps1_n //#define RETURN (0x11A71C) // case 7 return //3.41 #define BASE (0x11ACF0) // READCD+0x10 in ps1_net Скачать можно здесь | |
|
Похожие материалы по теме:
Всего комментариев: 0 | |