From 2a84c8cb3551843391ede720ea8a90c2e61f2051 Mon Sep 17 00:00:00 2001 From: Alessandro Proto Date: Tue, 21 Feb 2023 18:30:44 +0100 Subject: [PATCH] Potential fix for #7 and #8 --- Capy64/Extensions/Bindings/SDL2.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) })]