RPCS3 is an interesting project that emulates the PS3 console. It is actively evolving. Recently we heard the news that the emulator learned how run all the games from the console's catalog. That's a good excuse to analyze the project. We'll see which errors remained after new fixes were added to the project. The project is quite hefty. It contains about 300 thousand lines of C++ code and relies upon many external dependencies that include the following: For the GUI part, the project uses Qt - h...