controller: newline before exit message

This commit is contained in:
Cadey Ratio 2020-05-08 18:35:15 -04:00
parent 70338a9b47
commit f477907e1e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ static void gamebridge_close(void) {
return; return;
} }
printf("[gamebridge] exiting\n"); printf("\n[gamebridge] exiting\n");
fwrite(bye, 1, strlen(bye), vblank); fwrite(bye, 1, strlen(bye), vblank);
fclose(vblank); fclose(vblank);
fclose(input); fclose(input);