diff --git a/Capy64/Extensions/Bindings/SDL2.cs b/Capy64/Extensions/Bindings/SDL2.cs index 2ce642e..7fa3884 100644 --- a/Capy64/Extensions/Bindings/SDL2.cs +++ b/Capy64/Extensions/Bindings/SDL2.cs @@ -20,7 +20,7 @@ namespace Capy64.Extensions.Bindings; public partial class SDL2 { - private const string SDL = "SDL2.dll"; + private const string SDL = "SDL2"; [LibraryImport(SDL)] [UnmanagedCallConv(CallConvs = new Type[] { typeof(System.Runtime.CompilerServices.CallConvCdecl) })]