Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Run games with different graphic backends
02-16-2017, 09:42 AM (This post was last modified: 02-16-2017 09:43 AM by LunaMoo.)
Post: #4
RE: Run games with different graphic backends
Command line for changing backends is:
Code:
--graphics=
which takes one of the listed parameters after equation sign:
Code:
gles
directx9
software
//edit: in new versions on supported hardware/OS the following can also be used:
vulkan
directx11
So it would look like for example:
Code:
PPSSPPWindows64.exe --graphics=gles
using this will run ppsspp with selected backend, that's all, so it's not really faster than switching it from ui, but if you also launch the games from commandline(just use path to the game as last argument), you can just make a shortcut per game or use it from some frontend/launcher, there's lots of those in the net.
Some other commandline options are useful for that stuff like:
Code:
--fullscreen
--escape-exit
example use:
Code:
PPSSPPWindows64.exe --graphics=gles --fullscreen --escape-exit X:\mygame\mygame.PBP
would run mygame.PBP in fullscreen, using OpenGL backend and pressing esc would exit the emulator.

http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders!
http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats,
https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Run games with different graphic backends - LunaMoo - 02-16-2017 09:42 AM

Forum Jump: