JavaScript is required

Playstation Portable (PSP)

  • The PSP core is unsupported on Safari!
  • Support will not be given for game compatibility and graphical bugs!
  • This core requires that EJS_threads = true in order to function. Please see the options page for more information.

Code Example

<div style='width:640px;height:480px;max-width:100%'>
    <div id='game'></div>
</div>

<script type='text/javascript'>
    EJS_player = '#game';
    
    // Can also be ppsspp
    EJS_core = 'psp';
    
    // URL to Game rom
    EJS_gameUrl = '';
    
    // Path to the data directory
    EJS_pathtodata = 'data/';

    // PSP requires threads
    EJS_threads = true;
</script>
<script src='data/loader.js'></script>

CORES

The psp system supports 1 core

  • ppsspp

If set to psp, emulator will use the ppsspp core.