From 72692be21a8e6dc7631088f8ce831190d82693ce Mon Sep 17 00:00:00 2001 From: Alessandro Proto Date: Wed, 1 Feb 2023 10:23:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Capy64/Runtime/Libraries/GPU.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Capy64/Runtime/Libraries/GPU.cs b/Capy64/Runtime/Libraries/GPU.cs index 4a9c589..deea9bb 100644 --- a/Capy64/Runtime/Libraries/GPU.cs +++ b/Capy64/Runtime/Libraries/GPU.cs @@ -466,6 +466,6 @@ public class GPU : IPlugin L.Error(e.ToString()); } - return -1; + return 0; } }