mmitch / gbsplay

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

don't handle pause in core #51

Closed mmitch closed 3 years ago

mmitch commented 3 years ago

This addresses issue #50. I don't see any reason not to do this.

codecov[bot] commented 3 years ago

Codecov Report

Merging #51 (1126707) into master (000d58c) will increase coverage by 0.15%. The diff coverage is 72.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
+ Coverage   44.44%   44.59%   +0.15%     
==========================================
  Files          19       19              
  Lines        2851     2848       -3     
==========================================
+ Hits         1267     1270       +3     
+ Misses       1584     1578       -6     
Impacted Files Coverage Δ
gbhw.c 74.69% <ø> (+0.56%) :arrow_up:
gbs.c 28.16% <ø> (+0.08%) :arrow_up:
player.c 39.71% <57.14%> (+0.74%) :arrow_up:
gbsplay.c 40.56% <100.00%> (+0.56%) :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 000d58c...1126707. Read the comment docs.