Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
FigBug committed May 31, 2019
1 parent 3aaf252 commit d7298bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/Nes_Snd_Emu-0.1.7/nes_apu/Nes_Apu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ void Nes_Apu::run_until( cpu_time_t end_time )
square2.run( last_time, time );
triangle.run( last_time, time );
noise.run( last_time, time );
git dmc.run( last_time, time );
dmc.run( last_time, time );
last_time = time;

if ( time == end_time )
Expand Down

0 comments on commit d7298bd

Please sign in to comment.