Editing PS1 Emulation
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 663: | Line 663: | ||
=== Arguments handling=== | === Arguments handling=== | ||
From multiman.cpp source (line 2502) http://code.google.com/p/multiman/source/browse/source/multiman.cpp?r=8c5b662f1c54d4f95f646949cae3d033b15b1a2e | From multiman.cpp source (line 2502) http://code.google.com/p/multiman/source/browse/source/multiman.cpp?r=8c5b662f1c54d4f95f646949cae3d033b15b1a2e | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="c"> | ||
{ | { | ||
char* launchargv[9]; | char* launchargv[9]; |