EmuCR Feeds
Email Us

EmuCR: PPSSPPPPSSPP Git (2014/07/18) is compiled. PPSSPP is a fast and portable PSP emulator for Android, Windows, Mac, and Linux, written in C++.

PPSSPP Git Changelog:
* Merge pull request #6506 from unknownbrackets/replace-funcs
Detect Peace Walker's anti-cheat hash func
* Override the codehashing func used in Peace Walker.
This makes the demo work fine even with jit enabled. May help the full
game when fighting a certain boss.
* Improve function range detection.
This improves a pattern like this:
j endOfLoop;
li v0, 0;
startOfLoop:
addiu v0, v0, 1
endOfLoop:
bne v0, a0, startOfLoop;
nop
jr ra
nop
Where it jumps to the end of the loop, which only jumps back to the top of
the loop. This might misdetect a few cases of tail recursion, but only
when the funcs are right next to each other.
Also, stops scanning at a jr ra, which was causing funcs to be incorrectly
long in cases.
* Improve a crash in disassembly on game shutdown.
* Error when attempting to use Qt via CMake. Otherwise it will build successfully but not actually run, confusing users.
* Merge pull request #6566 from thedax/win32-fullscr-fix
Win32: Fix a bug in fullscreen, and consolidate the fullscreen code into one function.
* Remove unused parameter.
* Typo fix.
Should probably be using goingFullscreen too, just for consistency.
* Win32: Fix a bug in fullscreen. Consolidate the fullscreen code into one function. 99% of the code is the same anyway.
* Merge pull request #6569 from sum2012/patch-1
Auto save state load: set current slot to loaded one. by juhalaukkanen
* Auto save state load: set current slot to loaded one.

EmuCR: PPSSPP

Download: PPSSPP Git (2014/07/18) x86
Download: PPSSPP Git (2014/07/18) x64
Download: PPSSPP Git (2014/07/18) for Android
Source: Here



Random Related Topic Refresh Related Topic

Random Related Topic Loading...

0 Comments

Post a Comment

Can't post a comment? Try This!