PPSSPP Git (2019/08/12) 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 #12232 from CookiePLMonster/threadpool-improvements
* Init GlobalThreadPool in a thread safe manner
* Start as many worker threads as actually used (used to start more)
* Store std::thread in worker thread class by value and explicitly start it up, and don't use shared_ptr in thread pools
* Cleanup mutex usage in worker threads
* Remove 'started' bool from worker threads, as fixes for spurious wakeups made it obsolete
* Handle spurious wakeups on worker thread condition variables properly
* Use move semantics for worker thread functors
* Clean up ThreadPool and WorkerThread constructors with C++11 features,
* Add MakeUnique.h so make_unique is available without C++14
Download: PPSSPP Git (2019/08/12) x86
Download: PPSSPP Git (2019/08/12) x64
Download: PPSSPP Git (2019/08/12) Android
Source: Here
2019-08-12
Random Related Topic
0 Comments
Post a Comment