Skip to content

Commit

Permalink
V 0.45.0 exported doesn't contain correct palette nesbox#307
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox authored and CliffsDover committed Oct 17, 2018
1 parent 847b943 commit cf6eb59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -2241,6 +2241,9 @@ static void tick(Console* console)
embed.yes = false;
embed.fast = false;
studioRomLoaded();

console->tic->api.reset(console->tic);

printLine(console);
commandDone(console);
console->active = true;
Expand Down

0 comments on commit cf6eb59

Please sign in to comment.