This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
proton:linux_setup [2018/07/28 09:13] seth [Compiling and running RTBareBones] |
proton:linux_setup [2018/07/28 09:15] seth [Command line arguments] |
||
---|---|---|---|
Line 101: | Line 101: | ||
==== Command line arguments ==== | ==== Command line arguments ==== | ||
+ | |||
+ | **Note 7/28/2018:** I don't think any of this applies anymore since I switched the linux builds to use the normal SDL/SDL2Main.cpp file as a base? -Seth | ||
The Linux versions of the examples accept a few command line arguments. You can choose the video mode and emulated environment (e.g. iOS, Android,...) from a predefined set of presets. You can get a list of the available modes by running any of the examples with option ''-l''. | The Linux versions of the examples accept a few command line arguments. You can choose the video mode and emulated environment (e.g. iOS, Android,...) from a predefined set of presets. You can get a list of the available modes by running any of the examples with option ''-l''. | ||
<code bash> | <code bash> | ||
- | [user@localhost]$ ./rtsimpleapp -l | + | [user@localhost]$ ./RTSimpleApp -l |
Available video modes: | Available video modes: | ||
Line 122: | Line 124: | ||
<code bash> | <code bash> | ||
- | ./rtsimpleapp "iPad Landscape" | + | ./RTSimpleApp "iPad Landscape" |
</code> | </code> | ||