what type of processor emulation does ppsspp use?
|
02-12-2016, 05:49 AM
(This post was last modified: 02-12-2016 05:57 AM by grief3r.)
Post: #3
|
|||
|
|||
RE: what type of processor emulation does ppsspp use?
(02-07-2016 06:27 AM)[Unknown] Wrote: Dynamic recompilation. The problem with static recompilation is that some games modify their own code. Static recompilation really only works if you know you have all the code upfront and know it can't change. I've got another question, ive been looking through a few games ISO's to see how they are structured, and i stumbled upong this "modules" folder, with libraries that seem to be compressed using some kind of sce header (ie libmt19937.prx ), they seem to be static libraries that get linked during run time, was wondering if there's any source code that deals with this decompression i think that should make it possible to interpret any given instruction from any given game, since you have the eboot which contains some code, a bunch other prx on some other directory with more code ( not all games seem to have this but some do) , and these libraries under the modules directory that i can't seem to figure out how to find what code they contain as far as games self extracting code goes , i imagine that's already handled by the instructions already hard coded into the game |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
what type of processor emulation does ppsspp use? - grief3r - 02-06-2016, 11:09 PM
RE: what type of processor emulation does ppsspp use? - [Unknown] - 02-07-2016, 06:27 AM
RE: what type of processor emulation does ppsspp use? - grief3r - 02-12-2016 05:49 AM
RE: what type of processor emulation does ppsspp use? - [Unknown] - 02-12-2016, 06:30 AM
RE: what type of processor emulation does ppsspp use? - grief3r - 02-12-2016, 04:39 PM
RE: what type of processor emulation does ppsspp use? - KingPepper - 02-12-2016, 05:51 PM
RE: what type of processor emulation does ppsspp use? - grief3r - 02-12-2016, 06:17 PM
RE: what type of processor emulation does ppsspp use? - Bigpet - 02-12-2016, 08:02 PM
RE: what type of processor emulation does ppsspp use? - [Unknown] - 02-13-2016, 12:44 AM
RE: what type of processor emulation does ppsspp use? - grief3r - 02-13-2016, 05:59 AM
RE: what type of processor emulation does ppsspp use? - [Unknown] - 02-13-2016, 01:38 PM
|