EmuCR Feeds
Email Us

EmuCR: PPSSPPPPSSPP Git (2016/05/29) 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 #8779 from unknownbrackets/gpu-minor
Rewrite 5551 test mask to 0xFF in more cases
* Rewrite 5551 test mask to 0xFF in more cases.
If nothing else, this may improve cacheability or something, since states
will be more regular.
May somehow help PowerVR in #7740?
* Fix wrong type of parameter to UpdateRunLoop. Do not understand how this compiled.
* Merge pull request #8775 from unknownbrackets/http
Clean up HTTP server implementation
* http: Add a fast-path for large chunked sends.
These will be common. Skip a memcpy.
* http: Allow > 2GB responses.
* Avoid a debug warning in MSVC.
* Fix a crash when opening a file without extension.
* http: Allow customizing the response headers.
* http: Make it possible to override 404 handling.
* http: Allow retrieving other headers.
Such as range request headers, accept headers, cookies, etc.
* http: Switch to using input/output sinks.
This should be more performant than reading one byte at a time in a loop.
* http: Parse headers with folding, not alloc.
* http: Allow non-blocking on Windows.
* Clamp reads at the beginning too.
Safer, avoids an index overrun in disk cache.
* Fix reads from cache outside the file.
Homebrew seems to all trigger us to read after the end of file, which was
looping infinitely. Fixes #8773.
* Merge pull request #8778 from unknownbrackets/coupling
Remove some dependency coupling
* Avoid directly calling osm from Core/GPU code.
This allows UI to handle the message however it wants to, and reduces
cross linkage issues.
* Decouple save states from UI.
It's the UI's job to decide how and what things are displayed, not Core's.
This also reduces reasons for linkage issues.
* Avoid showing all slots in a row when cycling.
This was longer now, so more annoying. Better to sync with the preview.
* Clean up save state preview fade.
Now it mostly matches the save slot text fade.
* Trigger save slot display from UI code.
Core shouldn't be calling UI code.
* Uncouple savestates from NativeApp some.
Still have osm.
* Delete no longer needed linkage hacks.
* Get rid of the input_state global linkage.
* Merge pull request #8777 from unknownbrackets/cpuinfo
Pass Build.BOARD from Java, avoid lookup
* Pass Build.BOARD from Java, avoid lookup.
Fixes arm64 build with r10, but is ugly coupling.

EmuCR: PPSSPP

Download: PPSSPP Git (2016/05/29) x86
Download: PPSSPP Git (2016/05/29) x64
Download: PPSSPP Git (2016/05/29) 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!