gamebridge: Twitch Control #2

Merged
cadey merged 29 commits from gamebridge into master 2020-05-11 22:40:05 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f477907e1e - Show all commits

View File

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