PCSX2 é um emulador da plataforma Playstation 2 , para Microsoft Windows e os sistemas operacionais Linux. Ele é sucessor do emulador de Playstation Pcsx, e divide características com este: o PCSX2 é baseado em plugins que desempenham certas funções secundárias, separadas da emulação primária; assim como seu predecessor, o PCSX2 é Software livre, sob a licença GNU GPL. A versão atual é capaz de emular muitos jogos, alguns dos quais estão completamente funcionais.
PCSX2 SVN Changelog:
r3297
GameDB:
* Add SkipMpeg for Guilty Gear X Accent Core Plus (Issue 761).
* Set SVN EOL props to LF for the GameIndex.dbf file, since that's what PCSX2 uses when it generates and/or modifies the file.
r3298
destination block is unknown at recompile time.
In this case mVU assumes the worst-case scenario, that all flag instances will be needed, so it performs some flag shuffling to prep the flag instances in such a way that the next block can read them nicely.
What the new "Block Hack" does, is it assumes that the old flag instances won't be needed, which eliminates a lot of flag shuffling causing a speedup.
Currently the Block Hack plays it very safe, in the case of the current block ending with an indirect jump, it still assumes the flag instances will be needed for the subsequent block, so it does nothing different there;
The times the speedhack actually does something is when your current block ends with a branch, and then the following block ends with an indirect jump (or similar cases). In these cases it would be very odd for future blocks to care about old flag instances from 2-blocks ago, which is why this speed hack should be very safe.
r3299
microVU:
- Fixed a possible infinite recursion problem from my last commit (Fixes Dynasty Warriors 4 crashing...)
r3300
pcsx2: Added back a few headers. A non POD-safe argument was fixed. Commented out some unused variables. And added a few helper functions for later.
r3301
pcsx2: Rearrange dmaGetAddr a bit.
r3302
Refactoring: Split FixedPointTypes.h into an h/inl setup.
r3303
Get Linux to compile again.
Download: PCSX2 SVN r3303
0 comentários:
Postar um comentário
Seu comentário é muito importante para nós!
Conte o que vc achou sobre o emulador(Bugs, duvidas, configurações...), é rapidinho ;)
***ATENÇÃO***
Não serão aceitos comentarios com:
* Palavras ofensivos.
* Spams.
* Textos em caixa-alta.
* Comentários sem relação alguma com o conteúdo.
* Comentários duplicados.