-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
psnes: add AUDIO_SYNC option (on: perfect audio, off: minor audio stuttering in favor of fps)
- Loading branch information
Showing
10 changed files
with
95 additions
and
187 deletions.
There are no files selected for viewing
Submodule libcross2d
updated
5 files
+8 −2 | include/cross2d/skeleton/audio.h | |
+4 −14 | include/cross2d/skeleton/renderer.h | |
+2 −2 | source/platforms/sdl2/sdl2_audio.cpp | |
+25 −12 | source/skeleton/audio.cpp | |
+13 −18 | source/skeleton/renderer.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.