Reduced PAD, display usage:, and added 2 fonts

This commit is contained in:
neauoire 2021-07-24 10:27:27 -07:00
parent fbdb762e20
commit c5b8595fb5
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -31,7 +31,7 @@ static Apu apu[POLYPHONY];
static Device *devscreen, *devmouse, *devctrl, *devaudio0, *devconsole;
static Uint32 stdin_event;
#define PAD 16
#define PAD 4
static Uint8 zoom = 0, debug = 0, reqdraw = 0, bench = 0;
@ -409,7 +409,7 @@ main(int argc, char **argv)
SDL_CreateThread(stdin_handler, "stdin", NULL);
if(argc < 2)
return error("Input", "Missing");
return error("Input", "usage: uxnemu file.rom");
if(!bootuxn(&u))
return error("Boot", "Failed");
if(!loaduxn(&u, argv[1]))