Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Specify Game Controller Settings
06-24-2014, 02:36 PM (This post was last modified: 06-24-2014 02:36 PM by LunaMoo.)
Post: #2
RE: Specify Game Controller Settings
(09-15-2013 04:04 PM)TheDax Wrote:  Here are all of ppsspp's command-line arguments (for Windows) at the moment:
Update: Added --config and --controlconfig.

Code:
To boot a game directly from the command-line:
Example: c:\emulators\ppsspp.exe "c:\emulators\games\MonsterHunter2ndG.iso"

--fullscreen: Start PPSSPP in fullscreen mode.
Example usage: c:\emulators\ppsspp.exe --fullscreen

--windowed: Start PPSSPP in windowed mode.
Example usage: c:\emulators\ppsspp.exe --windowed

--log: Tell PPSSPP you want to log the Debug Console to this file.
Example usage: c:\emulators\ppsspp.exe --log=c:\emulators\ppsspp.txt

--state: Tell PPSSPP you want this save state to be loaded upon opening. Must have a game to boot afterward, otherwise it won't work.
Example usage: c:\emulators\ppsspp.exe --state=c:\emulators\memstick\PSP\PPSSPP_STATE\ULES00193_1.00_0.ppst" "c:\emulators\games\ULES00193.iso"

-d: Enable debug logging.
Example usage: c:\emulators\ppsspp.exe -d

-g: Enable 3d graphics logging.
Example usage: c:\emulators\ppsspp.exe --g

-j: Enable CPU Dynarec(JIT) for one session of PPSSPP. Mainly used for testing/debugging. Any settings changes made with this enabled will be discarded.
Example usage: c:\emulators\ppsspp.exe -j

-i: Enable CPU Interpreter or one session of PPSSPP. Mainly used for testing/debugging. Any settings changes made with this enabled will be discarded.
Example usage: c:\emulators\ppsspp.exe -i

--config: Tell PPSSPP you want to use a different config file than the default. Could possibly be used as a primitive per-game settings system, or used for testing.
Example usage: c:\emulators\ppsspp.exe --config="c:\emulators\games\psp\ff4\ff4.ini"

--controlconfig: Tell PPSSPP you want to use a different config file than the default. Might be useful for someone who wants to have per-game control settings.
Example usage: c:\emulators\ppsspp.exe --config="c:\emulators\games\psp\ff4\ff4-controls.ini"

Prior to 0.9.8-507-gc24886f:
--escapeexitsemu: Tell PPSSPP that when you press escape on the keyboard, the emulator will exit automatically.
Example usage: c:\emulators\ppsspp.exe --escapeexitsemu

After 0.9.8-507-gc24886f:
--escape-exit: Tell PPSSPP that when you press any button bound to Pause (even controller buttons), the emulator will exit automatically.
Example usage: c:\emulators\ppsspp.exe --escape-exit
source

^Here's your answer:3. But also if you just want to use two different controllers like joystick/gamepad make note that you can simply map different inputs to each key. At the control mapping just press "+" near the key to do that.

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
Specify Game Controller Settings - xmjtx - 06-24-2014, 01:18 PM
RE: Specify Game Controller Settings - LunaMoo - 06-24-2014 02:36 PM

Forum Jump: