Skip to content

Commit 310e980

Browse files
committed
Update for stable SDL3 ABI
1 parent 4618372 commit 310e980

File tree

7 files changed

+87
-86
lines changed

7 files changed

+87
-86
lines changed

FNA.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
<Compile Include="src\Vector3.cs" />
339339
<Compile Include="src\Vector4.cs" />
340340
<Compile Include="lib\SDL2-CS\src\SDL2.cs" />
341-
<Compile Include="lib\SDL3-CS\SDL3\SDL3.cs" />
341+
<Compile Include="lib\SDL3-CS\SDL3\SDL3.Legacy.cs" />
342342
<Compile Include="lib\FAudio\csharp\FAudio.cs" />
343343
<Compile Include="lib\Theorafile\csharp\Theorafile.cs" />
344344
</ItemGroup>

FNA.NetFramework.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
<Compile Include="src\Vector3.cs" />
340340
<Compile Include="src\Vector4.cs" />
341341
<Compile Include="lib\SDL2-CS\src\SDL2.cs" />
342-
<Compile Include="lib\SDL3-CS\SDL3\SDL3.cs" />
342+
<Compile Include="lib\SDL3-CS\SDL3\SDL3.Legacy.cs" />
343343
<Compile Include="lib\FAudio\csharp\FAudio.cs" />
344344
<Compile Include="lib\Theorafile\csharp\Theorafile.cs" />
345345
</ItemGroup>

FNA.NetStandard.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
<Compile Include="src\Vector3.cs" />
339339
<Compile Include="src\Vector4.cs" />
340340
<Compile Include="lib\SDL2-CS\src\SDL2.cs" />
341-
<Compile Include="lib\SDL3-CS\SDL3\SDL3.cs" />
341+
<Compile Include="lib\SDL3-CS\SDL3\SDL3.Legacy.cs" />
342342
<Compile Include="lib\FAudio\csharp\FAudio.cs" />
343343
<Compile Include="lib\Theorafile\csharp\Theorafile.cs" />
344344
</ItemGroup>

FNA.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
<Compile Include="src\Vector3.cs" />
410410
<Compile Include="src\Vector4.cs" />
411411
<Compile Include="lib\SDL2-CS\src\SDL2.cs" />
412-
<Compile Include="lib\SDL3-CS\SDL3\SDL3.cs" />
412+
<Compile Include="lib\SDL3-CS\SDL3\SDL3.Legacy.cs" />
413413
<Compile Include="lib\FAudio\csharp\FAudio.cs" />
414414
<Compile Include="lib\Theorafile\csharp\Theorafile.cs" />
415415
</ItemGroup>

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ SRC = \
322322
src/Vector3.cs \
323323
src/Vector4.cs \
324324
lib/SDL2-CS/src/SDL2.cs \
325-
lib/SDL3-CS/SDL3/SDL3.cs \
325+
lib/SDL3-CS/SDL3/SDL3.Legacy.cs \
326326
lib/FAudio/csharp/FAudio.cs \
327327
lib/Theorafile/csharp/Theorafile.cs
328328

0 commit comments

Comments
 (0)