Quest79 / snes9x-rr

Automatically exported from code.google.com/p/snes9x-rr
0 stars 1 forks source link

Windows - commandline argument to autoload smv #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Originally posted by sigur...@astro.uio.no

It would be very helpful if there were a command line argument which caused
the specified smv to be autoplayed on startup. This is trivial to
implement. It requires about 10 lines of code to be added. The sections
that need to be edited are: S9xParseArgs, as well as platform-dependent
files like unix.cpp.

The lack of this feature is preventing me from making a tool which
automatically plays an smv when I click a link in my web browser, which
would be very nifty.

Original issue reported on code.google.com by andres.d...@gmail.com on 20 Jun 2009 at 1:03