Post Reply 
 
Thread Rating:
  • 14 Votes - 4.36 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PPSSPP options explained
09-03-2013, 10:19 AM (This post was last modified: 09-03-2013 10:19 AM by vnctdj.)
Post: #151
RE: PPSSPP options explained
(09-03-2013 07:58 AM)xZabuzax Wrote:  
(08-31-2013 11:19 AM)daxtsu Wrote:  It doesn't work because those are images, like [], /\, X, and O.

Dude sorry for this late reply but i figured, is there any reason why Start, Select, L & R are images while the other words aren't? i mean, i understand if [], /\, X, and O are images because those are icons but i don't see the reason why Start, Select, L & R should be images too, they should also be words like the other ones.

And again, sorry for the late reply =p

Nope, it's better to consider Start, Select, L & R as images because they are not translatable... Wink

♦ Intel Core i7-6700HQ | 16 GB RAM | NVIDIA GeForce GTX 960M | Debian Testing
♦ Intel Core i7-2630QM | 4 GB RAM | NVIDIA GeForce GT 540M | Debian Testing
♦ PSP-3004 | 6.60 PRO-C2
Find all posts by this user
Quote this message in a reply
09-03-2013, 11:10 AM
Post: #152
RE: PPSSPP options explained
Ah i see, well that makes sense.

[CPU]: Intel Core i7-4790K 4.0GHz
[GPU]: EVGA GeForce GTX 970 Superclocked ACX 2.0 4GB GDDR5
[PSU]: EVGA SuperNOVA G1 1000W (80 Plus Gold)
[RAM]: Corsair Vengeance 16GB (2x8GB) DDR3 1600MHz
[MOBO]: MSI Z97-GAMING 5
[PC CASE]: ENERMAX Ostrog GT (Red)
[CPU FAN]: Cooler Master: Hyper 212 EVO
Find all posts by this user
Quote this message in a reply
09-13-2013, 12:27 AM (This post was last modified: 09-13-2013 12:38 AM by TheDax.)
Post: #153
RE: PPSSPP options explained
PPSSPP finally supports a couple new command-line parameters on Windows:

--windowed: Launches PPSSPP in windowed mode, can be handy if you're stuck in fullscreen for some reason.
--fullscreen: Launches PPSSPP in fullscreen mode, useful for if you use other launchers like Steam Big Picture, Hyperspin, etc..

4GHz AMD 3900X, 32GB DDR4 RAM, 6GB Nvidia RTX 2060, Asus Crosshair 7 Hero (Wifi), Linux
How to ask useful questions: https://web.archive.org/web/20110214010944/http://support.microsoft.com/kb/555375
I'm not Dark_Alex, nor do I claim to be. Our nicknames are merely coincidence.
Find all posts by this user
Quote this message in a reply
09-13-2013, 04:47 AM
Post: #154
RE: PPSSPP options explained
Can you make a thin dialogue box at the bottom of the ppsspp screen (or a box above the 'BACK' box) and when you highlight these options, it shows the descriptions, like the first post has, in it?
Find all posts by this user
Quote this message in a reply
09-13-2013, 06:31 PM
Post: #155
RE: PPSSPP options explained
may i ask whats the use of
- disable stencil test
-always depth write
in the graphics settings of android ppsspp?
do they give boost? or slowdown?
tnx..

Reality is a Lovely Place, But i Wouldn't Wanna Live There..
• • gLoBe ~
Find all posts by this user
Quote this message in a reply
09-14-2013, 08:09 AM
Post: #156
RE: PPSSPP options explained
I guess probably they are sum hacks to make specific types of games function properly???

Contact::::
I don't exist anymore, no use calling a dead person
Find all posts by this user
Quote this message in a reply
09-15-2013, 04:04 PM (This post was last modified: 04-26-2014 05:59 AM by TheDax.)
Post: #157
RE: PPSSPP options explained
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

4GHz AMD 3900X, 32GB DDR4 RAM, 6GB Nvidia RTX 2060, Asus Crosshair 7 Hero (Wifi), Linux
How to ask useful questions: https://web.archive.org/web/20110214010944/http://support.microsoft.com/kb/555375
I'm not Dark_Alex, nor do I claim to be. Our nicknames are merely coincidence.
Find all posts by this user
Quote this message in a reply
10-08-2013, 10:38 AM
Post: #158
RE: PPSSPP options explained
Good Thread... I need to know about these:

Force Max 60 FPS (helps GoW) , how it works?
Upscale level?
Upscale Type (bicubic, xBRZ, Hybrid)?
Anisotropic Filtering?
Texture Filter (Linear on FMV , Nearest)?
Multithreaded (helped me a lot in assassin creed)?
I/O on thread?

please explain all these functions
Thanksssss!!!
Find all posts by this user
Quote this message in a reply
10-08-2013, 12:11 PM
Post: #159
RE: PPSSPP options explained
Ankit,
most of these are explained in the Beginners Guide: http://forums.ppsspp.org/showthread.php?tid=5352

I'm sorry, but I can't constantly keep an eye on all the game compatibility threads I started.
Please send a Private Message if you need some more information.
Visit this user's website Find all posts by this user
Quote this message in a reply
10-08-2013, 12:26 PM
Post: #160
RE: PPSSPP options explained
thanks for your help I'm new here so I don't know....
Find all posts by this user
Quote this message in a reply
11-03-2013, 04:41 PM
Post: #161
RE: PPSSPP options explained
What the option "Rewind Snapshot Frequency" makes?

Phones: Poco F3 8GB/256GB (Snapdragon 870 5G) and Redmi Note 6 Pro 4/64GB (Snapdragon 636)

PC: AMD Ryzen 5 3600 / 16GB RAM DDR4 3600MHz / NVIDIA GTX 1660 Ti 6GB / Windows 10 Pro
Find all posts by this user
Quote this message in a reply
11-03-2013, 05:13 PM
Post: #162
RE: PPSSPP options explained
(11-03-2013 04:41 PM)GuilhermeGS2 Wrote:  What the option "Rewind Snapshot Frequency" makes?

More like,how this "Rewind" feature work.

Using PPSSPP on Windows 7 x64 SP1
i7 4771 3.5Ghz,GTX750TI,16GB RAM

Batch iso <=> cso converter
http://forums.ppsspp.org/showthread.php?tid=5384
Save Game\States Manager
http://forums.ppsspp.org/showthread.php?tid=5516
Find all posts by this user
Quote this message in a reply
11-06-2013, 07:04 AM
Post: #163
RE: PPSSPP options explained
(11-03-2013 05:13 PM)vsub_ Wrote:  
(11-03-2013 04:41 PM)GuilhermeGS2 Wrote:  What the option "Rewind Snapshot Frequency" makes?

More like,how this "Rewind" feature work.

so, how does that function? Smile
any short explanation or a link?

Reality is a Lovely Place, But i Wouldn't Wanna Live There..
• • gLoBe ~
Find all posts by this user
Quote this message in a reply
11-06-2013, 08:01 AM
Post: #164
RE: PPSSPP options explained
(11-06-2013 07:04 AM)globe94 Wrote:  
(11-03-2013 05:13 PM)vsub_ Wrote:  
(11-03-2013 04:41 PM)GuilhermeGS2 Wrote:  What the option "Rewind Snapshot Frequency" makes?

More like,how this "Rewind" feature work.

so, how does that function? Smile
any short explanation or a link?

Dunno what this option do to...
what is a Rewind anyway O_O!!

I worse write english so take easy on me
(even my own language realy bad T_T)

Rig to test now :
Windows 8 64 bit (Laptop)
Intel® Core™ i3-3110M (2.4GHz, 3MB L3 Cache)
Nvidia GT720M 2GB
Find all posts by this user
Quote this message in a reply
11-06-2013, 08:15 AM
Post: #165
RE: PPSSPP options explained
rewind? as in replay?
and snapshot? as in picture taking?
frequency? as in Hertz?

i dont know!
Big Grin

Reality is a Lovely Place, But i Wouldn't Wanna Live There..
• • gLoBe ~
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: