mirror of
https://github.com/deater/tb1.git
synced 2025-04-09 15:38:44 +00:00
snes: pcx_to_tiles_4bpp
forgot to actually add the command-line parsing code
This commit is contained in:
parent
8e77643bb4
commit
5d8a70dc96
@ -195,6 +195,11 @@ int main(int argc, char **argv) {
|
||||
|
||||
int result;
|
||||
|
||||
/* parse command line args */
|
||||
if (argc>1) {
|
||||
strncpy(label_prefix,argv[1],BUFSIZ);
|
||||
}
|
||||
|
||||
/* read from stdin */
|
||||
|
||||
result=vmwLoadPCX(fileno(stdin));
|
||||
|
Loading…
x
Reference in New Issue
Block a user