Play! Git (2014/07/13) is complied. Play! is an attempt at creating an emulator for the PlayStation 2 (PS2) console on the Windows platform. It is currently written in C/C++. It uses an instruction caching/recompilation scheme to achieve better performance while emulating the CPU.
Play! Git Changelog:
* Make sure transfer is completed if device can't accept all the data on the first try when encountering a RET DMAtag with ASR == 0
* Removed unused flag.
* Fix DMA RET instruction when nothing is on the stack
* Added support for strrchr in SYSCLIB.
* Fixed problems reading from addresses past 4GB limit in ISO9660.
* Cleaned up code from ISO9660.
* Added error message for when reading an ELF file fails.
Download: Play! Git (2014/07/13) x86
Download: Play! Git (2014/07/13) x64
Source: Here
2014-07-13
I still can't open here, on the last released appeared the error about the missing of "zlibwapi.dll", then now showed another two errors message about missing the "msvcp120.dll" and "msvcr120.dll", I downloaded this two dll and putted in the folder but then came a last error message saying the application can not be initialized correctly with the error code (0xc000007b).
ReplyDeleteI'm using Windows 8.1 x64 by the way.
Yeah, install vc++ redist from 2007 to 2013 versions
ReplyDeleteThanks, now opens :)
Delete