forked from ValveSoftware/Proton
-
-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
842a57e
commit 5d99742
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule FAudio
updated
11 files
+1 −1 | CMakeLists.txt | |
+37 −2 | csharp/FAudio.cs | |
+21 −2 | include/FAudio.h | |
+91 −39 | src/FACT.c | |
+75 −42 | src/FACT_internal.c | |
+1 −1 | src/FACT_internal.h | |
+47 −11 | src/FAudio.c | |
+175 −31 | src/FAudio_gstreamer.c | |
+15 −15 | src/FAudio_internal.c | |
+109 −5 | src/FAudio_platform_sdl2.c | |
+1 −0 | src/XNA_Song.c |