-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
99a5b21
commit eda084e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule FAudio
updated
6 files
+1 −1 | CMakeLists.txt | |
+1 −1 | csharp/FAudio.cs | |
+1 −1 | include/FAudio.h | |
+28 −7 | src/FAudio_internal.h | |
+4 −0 | src/XNA_Song.c | |
+1 −1 | src/stb.h |
Submodule FNA3D
updated
12 files
+6 −1 | CMakeLists.txt | |
+1 −1 | MojoShader | |
+1 −1 | include/FNA3D.h | |
+2 −0 | replay/replay.c | |
+3 −0 | src/FNA3D.c | |
+1 −0 | src/FNA3D_Driver.h | |
+8 −0 | src/FNA3D_Driver_OpenGL.c | |
+4,295 −0 | src/FNA3D_Driver_SDL.c | |
+4 −0 | src/FNA3D_Driver_Vulkan.c | |
+9 −11 | visualc-gdk/FNA3D.vcxproj | |
+4 −0 | visualc/FNA3D.vcxproj | |
+4 −0 | visualc/FNA3D.vcxproj.filters |