Skip to content

Commit

Permalink
Change SOUND_CLOCK_TICKS to 280896 cycles - will send audio at about …
Browse files Browse the repository at this point in the history
…1 frame rate which should give about 1074 samples per frame
  • Loading branch information
LibretroAdmin committed Feb 26, 2023
1 parent 3983aa0 commit 38a855b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sound.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
#define NR52 0x84

/* 1/100th of a second */
#define SOUND_CLOCK_TICKS_ 167772
#define SOUND_CLOCK_TICKS_ 280896
#define SOUNDVOLUME 0.5f
#define SOUNDVOLUME_ -1

Expand Down

0 comments on commit 38a855b

Please sign in to comment.