mmitch / gbsplay

gameboy sound player
https://mmitch.github.io/gbsplay/
Other
98 stars 20 forks source link

fix default subsong in gbsplay #60

Closed mmitch closed 3 years ago

mmitch commented 3 years ago

Initializing struct gbs_status sets the default subsong in the player to the song given in the GBS file.

This fixes issue #57.

codecov[bot] commented 3 years ago

Codecov Report

Merging #60 (b30b273) into master (38afd2e) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
+ Coverage   46.50%   46.52%   +0.01%     
==========================================
  Files          20       20              
  Lines        2903     2904       +1     
==========================================
+ Hits         1350     1351       +1     
  Misses       1553     1553              
Impacted Files Coverage Δ
gbs.c 36.85% <100.00%> (+0.09%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 38afd2e...b30b273. Read the comment docs.