forked from madewokherd/wine-mono
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Esme Povirk
committed
Apr 2, 2021
1 parent
dac7b1b
commit cff0a37
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule FNA
updated
15 files
+1 −1 | lib/FAudio | |
+1 −1 | lib/FNA3D | |
+1 −1 | lib/SDL2-CS | |
+46 −11 | src/Audio/SoundEffect.cs | |
+27 −14 | src/Audio/SoundEffectInstance.cs | |
+35 −3 | src/Content/ContentReaders/SoundEffectReader.cs | |
+1 −1 | src/Design/ColorConverter.cs | |
+1 −1 | src/Design/PointConverter.cs | |
+1 −1 | src/Design/QuaternionConverter.cs | |
+1 −1 | src/Design/Vector2Converter.cs | |
+1 −1 | src/Design/Vector3Converter.cs | |
+1 −1 | src/Design/Vector4Converter.cs | |
+4 −56 | src/FNAPlatform/SDL2_FNAPlatform.cs | |
+59 −0 | src/Input/GamePadState.cs | |
+1 −1 | src/Properties/AssemblyInfo.cs |