mirror of https://github.com/mgba-emu/mgba.git
Add some missing usage documentation
This commit is contained in:
parent
bac0d35034
commit
e9864cbc99
|
@ -208,6 +208,8 @@ void usage(const char* arg0, const char* extraOptions) {
|
||||||
#ifdef USE_GDB_STUB
|
#ifdef USE_GDB_STUB
|
||||||
puts(" -g, --gdb Start GDB session (default port 2345)");
|
puts(" -g, --gdb Start GDB session (default port 2345)");
|
||||||
#endif
|
#endif
|
||||||
|
puts(" -p, --patch Apply a specified patch file when running");
|
||||||
|
puts(" -s, --frameskip N Skip every N frames");
|
||||||
if (extraOptions) {
|
if (extraOptions) {
|
||||||
puts(extraOptions);
|
puts(extraOptions);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue