View Single Post
Old October 17th, 2003   #10 (permalink)
jivera
Emu author
 
Join Date: Oct 2003
Posts: 67
Re: PCSX Development

Okay, I just wrote some (very fragile) proof of concept code and implemented the -runcd command line argument, so it shouldn't be difficult to write the rest of the code. Windows and Linux (or ANSI C rather) use different idioms for passing command line arguments (Windows has a single string, while Linux/ANSI C breaks the string at space boundaries).

When I get out of class and back to my appartment I will try to finish this code and possibly upload a build so people can test it out.

-jivera
jivera is offline   Reply With Quote