|
Components
A list of plugins for the emulator
ComponentsComponents are extensions to the core PSP emulation Architecture. Almost all logic is contained within them. CPUThe brain of the emulator lives here, and one is required to run anything. There are various techniques used to implement the CPU and they are represented in the different components:
BIOSThis is the emulated operating system. PSP Player is technically a HLE (High Level Emulator) in that it interprets calls to the operating system at a high level instead of trying to run the actual operating system itself. This makes things a lot easier, and potentially faster.
VideoAll video processing is done here. I'm looking for some help in this area; see WouldBeCool for more information.
AudioThere are currently no audio components. See WouldBeCool for more information. User MediaThe Memory Stick emulated filesystem. Used for storage of save games, EBOOTs, and other things.
Game MediaThe UMD emulated filesystem.
Input
NetworkThere are currently no networking components. See WouldBeCool for more information. |