Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Command line options?
11-03-2018, 03:24 PM
Post: #2
RE: Command line options?
If I recall The Dax listed them at some point in some thread explaining options, but it might be outdated since he's not too active from a long time.

Basically we have this:
Code:
Logging:
-d // Enable debug logging
-v // Enable verbose logging
--log= // Set path to file wrere log should be saved

Forces cpu core:
-j // JIT
-i // INTERPRETER
-r // IR INTERPRETER

Other:
--state= // Set path to savestate which should be loaded
--escape-exit  // Exits emulator instead of exiting to pause menu
--pause-menu-exit // Similar to earlier one, but exits emulator from pause menu instead exiting just the game
--fullscreen // Forces launch in fs

There are also MS Windows only options:
-l // Show log
-s // Stop game from running on boot
--config= // Sets path to config file ~ not that useful since we have per-game settings from a long time;p
--controlconfig= // Sets path to controls config file ~ as above per-game settings made this somewhat obsolete
--windowed // Opposite of --fullscreen

Force different graphics backend:
--graphics=directx9
--graphics=directx11
--graphics=vulkan
--graphics=gles
--graphics=software

Any other command will be checked as a path to the game.

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
Command line options? - largeroliker - 11-03-2018, 02:25 PM
RE: Command line options? - LunaMoo - 11-03-2018 03:24 PM
RE: Command line options? - qwer4321 - 11-21-2018, 02:02 AM
RE: Command line options? - LunaMoo - 11-21-2018, 08:42 AM
RE: Command line options? - qwer4321 - 11-22-2018, 12:38 AM

Forum Jump: