KingSD
28.03.2010, 13:04
PCSP v.0.5.2
Эмулятор PSP для PC
http://s54.radikal.ru/i144/1003/f2/071385838f81.jpg
Описание:
В отличии от JPCSP (http://www.pspx.ru/forum/showthread.php?t=86969), PCSP эмулятор написан для языке C++ и более стабилен.
Установка:
Скачайте PCSP v0.5.2 (http://www.pspx.ru/forum/attachment.php?attachmentid=1799&stc=1&d=1297005764)
Разархивируйте в любое удобное для вас место.
Зайдите в папку pcsp v0.4.0 и запустите фаил pcsp.exe.
У вас должно появиться вот такое окно:
http://s46.radikal.ru/i114/1003/de/d7a77b5637d5.jpg
Запуск Игр:
Запускаем pcsp.exe.
Запустилась программа.
Находим вкладку File.
Выбираем что ходим запустить:
Load UMD - запуск любой игры (Игра может лежать в любом месте).
Load File - запуск любого файла (к примеру какой нибудь homebrew)
Load MemStick - запуск homebrew (расположенных по адресу: pcsp v0.4.0/ms0/PSP/GAME)
Когда выбрали Игру, то можно нажимать кнопочку http://i055.radikal.ru/1003/9f/9efc7c85f03a.png а потом http://s53.radikal.ru/i141/1003/c4/0590ae4a07e0.png и игра Запуститься.
-Plenty fixes on GE engine including new shader render.
-Joystic support!
-Analog pad support
-Lot of fixes to HLE
and of course some more games appears to be playable.
Here is the complete changelog:
General
-------
- Fiber support in threadman
- Fixed analogue pad emulation
- Added joystick/joypad support
- Fixed QPspScreen size
- Better way to use QGLFormat
- QPspScreen : now uses QGLWidget instead of QWidget (a.k.a we now use QT's opengl)
- Added screenshot support
- Added argument for being able to open debugger from pcsp-udb
- Added partial save support. Some games can now save their status (puzzle bobble for instance and few more).
- PSF loader rewrite to support proper saves.
- Fixed an old bug in memory card manager (wasn't recongnize kxpoit files correctly)
- Dynamic change between shader and opengl version. From menu option you can enable/disable shaders dynamically while pcsp is running
HLE improvements
----------------
- Fixes for Atrac3plus
- correcting sceKernelFreeHeapMemory
New HLE implementations
-----------------------
sceKernelVolatileMemLock,sceKernelVolatileMemTryLock,sceKernelVolatileMemUnlock implementations
Implemented sceIoDevctrl 0x02025801 instruction
Added scePsmf and scePsmfPlayer basic faking
GE
--
-improve loops in Decoder
-texture are better rendered
-added mipmapping support
-added viewport command - compatible with window resizing
-fixed scissor bug so it is compatible with window resizing
-Now compressed textures can use mipmapping as expected
-Fix alignment for CLUT indexed textures
-DrawPrimitives advances vertex or index adddress so we can execute several PRIM after one VTYPE : Skate Park City and Obscure
-Improved Texture caching using a XOR based key because Lemmings and Worms had issues with it
-Added vertex and fragment shaders
-A lot more fixes to opengl and shaders renderers
http://www.pcsp-emu.com/images/news/ULES00517_r1122_01.jpg
http://www.pcsp-emu.com/images/news/ULES00517_r1122_04.jpg
http://www.pcsp-emu.com/images/news/ULES00517_r1122_02.jpg
http://www.pcsp-emu.com/images/news/ULES00517_r1122_07.jpg
Источник (http://www.pcsp-emu.com/news.php)
Эмулятор PSP для PC
http://s54.radikal.ru/i144/1003/f2/071385838f81.jpg
Описание:
В отличии от JPCSP (http://www.pspx.ru/forum/showthread.php?t=86969), PCSP эмулятор написан для языке C++ и более стабилен.
Установка:
Скачайте PCSP v0.5.2 (http://www.pspx.ru/forum/attachment.php?attachmentid=1799&stc=1&d=1297005764)
Разархивируйте в любое удобное для вас место.
Зайдите в папку pcsp v0.4.0 и запустите фаил pcsp.exe.
У вас должно появиться вот такое окно:
http://s46.radikal.ru/i114/1003/de/d7a77b5637d5.jpg
Запуск Игр:
Запускаем pcsp.exe.
Запустилась программа.
Находим вкладку File.
Выбираем что ходим запустить:
Load UMD - запуск любой игры (Игра может лежать в любом месте).
Load File - запуск любого файла (к примеру какой нибудь homebrew)
Load MemStick - запуск homebrew (расположенных по адресу: pcsp v0.4.0/ms0/PSP/GAME)
Когда выбрали Игру, то можно нажимать кнопочку http://i055.radikal.ru/1003/9f/9efc7c85f03a.png а потом http://s53.radikal.ru/i141/1003/c4/0590ae4a07e0.png и игра Запуститься.
-Plenty fixes on GE engine including new shader render.
-Joystic support!
-Analog pad support
-Lot of fixes to HLE
and of course some more games appears to be playable.
Here is the complete changelog:
General
-------
- Fiber support in threadman
- Fixed analogue pad emulation
- Added joystick/joypad support
- Fixed QPspScreen size
- Better way to use QGLFormat
- QPspScreen : now uses QGLWidget instead of QWidget (a.k.a we now use QT's opengl)
- Added screenshot support
- Added argument for being able to open debugger from pcsp-udb
- Added partial save support. Some games can now save their status (puzzle bobble for instance and few more).
- PSF loader rewrite to support proper saves.
- Fixed an old bug in memory card manager (wasn't recongnize kxpoit files correctly)
- Dynamic change between shader and opengl version. From menu option you can enable/disable shaders dynamically while pcsp is running
HLE improvements
----------------
- Fixes for Atrac3plus
- correcting sceKernelFreeHeapMemory
New HLE implementations
-----------------------
sceKernelVolatileMemLock,sceKernelVolatileMemTryLock,sceKernelVolatileMemUnlock implementations
Implemented sceIoDevctrl 0x02025801 instruction
Added scePsmf and scePsmfPlayer basic faking
GE
--
-improve loops in Decoder
-texture are better rendered
-added mipmapping support
-added viewport command - compatible with window resizing
-fixed scissor bug so it is compatible with window resizing
-Now compressed textures can use mipmapping as expected
-Fix alignment for CLUT indexed textures
-DrawPrimitives advances vertex or index adddress so we can execute several PRIM after one VTYPE : Skate Park City and Obscure
-Improved Texture caching using a XOR based key because Lemmings and Worms had issues with it
-Added vertex and fragment shaders
-A lot more fixes to opengl and shaders renderers
http://www.pcsp-emu.com/images/news/ULES00517_r1122_01.jpg
http://www.pcsp-emu.com/images/news/ULES00517_r1122_04.jpg
http://www.pcsp-emu.com/images/news/ULES00517_r1122_02.jpg
http://www.pcsp-emu.com/images/news/ULES00517_r1122_07.jpg
Источник (http://www.pcsp-emu.com/news.php)