jueves, 26 de abril de 2012

WIP : Linux support! : Soywiz's Psp Emulator 2012-04-27 (r264)

I am making public a WIP and unstable version because this is the first version "supporting" linux. The support is still very experimental, so please, report any problems with this version.

Also it includes some fixes on windows/linux versions and includes a new iso manager for windows:




Please, download this version and report any regression bugs related to this new version.

Linux instructions:

To use it on linux you will need to have MONO installed.

To run the emulator:
mono ./CSPspEmu.exe

On fedora (I have tested it on Fedora 15 LoveCook):
yum install mono-core 

If you get an error related to not being able to load gdiplus.dll, try:
ln -s /usr/lib64/libgdiplus.so.0 /usr/lib64/libgdiplus.so
yum install mono-devel
mono-test-install

More information: http://www.mono-project.com/DllNotFoundException

On ubuntu:
apt-get install mono-runtime libmono-winforms2.0-cil mesa-common-dev mesa-utils mesa-utils-extra
(Not tested yet)


New! version compatible with linux and with new iso manager:


Previous stable version:

sábado, 7 de abril de 2012

Release : Soywiz's Psp Emulator 2012-04-07 (r256)






This version has major improvements:

  • Module loading (this allow more games to run, including some software like PRX Decrypter or LUA Player)
  • Automatical EBOOT decryption. It will decrypt EBOOTs on the fly. This will allow lots and lots of new games to start running. (But still requires some work to get most of them ingame).
Note: with those improvements I have noticed lots of games start running, and some more starting like: Princess Crown and Ys The Ark of Napishtim.


lunes, 2 de abril de 2012

New version 2012-04-03

New version of the emulator!


News:
  • A new controller window to allow to remap buttons to keys.
  • A "recent" list of opened games.
  • Implemented gpu skinning and morphing.
  • Lots of fixes on GPU.
  • Implemented DXT3.
  • Fixed font reading.
  • Small fixes and improvements.