Skip to content

Commit

Permalink
Merge pull request #2356 from nesbox/#2345
Browse files Browse the repository at this point in the history
#2345: fixed crash with custom --scale parameter
  • Loading branch information
nesbox authored Nov 11, 2023
2 parents 8d4687f + e26d9ea commit 6267102
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/studio/studio.c
Original file line number Diff line number Diff line change
Expand Up @@ -2565,6 +2565,8 @@ Studio* studio_create(s32 argc, char **argv, s32 samplerate, tic80_pixel_color_f
studio->config->data.soft |= args.soft;
studio->config->data.cli |= args.cli;

studioConfigChanged(studio);

if(args.cli)
args.skip = true;

Expand Down

0 comments on commit 6267102

Please sign in to comment.