Play! est une tentative de créer un émulateur PlayStation 2 sous Windows / MacOS / iOS / Android. Il est actuellement écrit en C / C + + et utilise un système de mise en cache / de recompilation d’instruction pour obtenir de meilleures performances tout en émulant le CPU.
 
L’émulateur peut faire fonctionner quelques jeux, mais très moyennement dans la plupart des cas. L’objectif de l’auteur est d’atteindre un niveau de qualité qui permettra à quiconque de jouer son jeu favori PlayStation 2 sur son PC.
 
play
 
– Add some prints to help debugging.
– Add warning when module can’t be registered.
– Add more functions.
– Formatting fixes.
– Refine IOPRP version detection.
– Improve formatting.
– Create some directories inside our HDD upon startup.
– Try getting directory first on Getstat.
– Add stubs for Remove/Rmdir.
– Fix assert.
– Use proper function name.
– Rename CreateDirectory to MakeDirectory.
– Implement Seek64.
– Add missing include.
– Seek uses a signed offset.
– Move files.
– Seems to be possible to write to partitions.
– Add basic mount/umount support for HDDs.
– Devices don’t support directory creation by default.
– Handle some more DevCtls.
– Improve DevCtl logging again.
– Use generic reply.
– Add HDD directory.
– Remove unused struct.
– Call IOMAN’s Dopen.
– Use generic reply.
– Start using GENERICREPLY to clean up code.
– Add Chstat.
– Implement MkDir.
– Add Dclose/Dread.
– Add DevCtl definitions.
– Implement AllocLoadMemory in MODLOAD.
– Add bcmp.
– Use GetPtr in memcmp.
– Update warning message.
– Add flag combo.
– Implement Sync.
– Implement Write.
– Set warning.
– Add Format.
– Register HDD device.
– Add Ioctl2.
– Add HardDiskDevice.
– Fix structure name.
– Respond to some HDD DevCtls.
– Add missing cases.
– Merge pull request #998 from Zer0xFF/qt_debugger
– scale framebuffer dump appropriately
– simplify finding next/previous kicks
– syntax cleanup
– scroll to kickdraw packet when moving from one to another
– highlight draw kicks
– showEvent doesnt seem to propgate correctly to children of QMdiSubWindow
– cleanup: using QMdiArea as parent for Non-QMdiSubWindow widget is technically invalid
– Fixes / Cleanup

 

Télécharger Play! (x86) GIT v0.64 (2024/03/28) (8.8 Mo)

Télécharger Play! (x64) GIT v0.64 (2024/03/28) (10.3 Mo)

Site Officiel

En savoir plus…