This commit is contained in:
kwyxz
2020-07-14 09:19:20 -07:00
committed by GitHub
parent e7250c9bc7
commit 6792580d08
2 changed files with 8 additions and 8 deletions

View File

@@ -7,10 +7,10 @@ for a more accurate rendering, use the mednafen_psx_libretro core."
HOMEPAGE="https://mednafen.github.io/documentation/psx.html"
COPYRIGHT="2005-2020 Forgotten, the Mednafen team, the libretro team"
LICENSE="GNU GPL v2"
REVISION="2"
srcGitRev="a6a78b376a872aadfc716e2bf0915e9cc654fbdf"
REVISION="1"
srcGitRev="52710212f35b7254eeb11b541d7f16b581b406a9"
SOURCE_URI="https://github.com/libretro/beetle-psx-libretro/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="98934867908e82395f67507f94848caff51af55620fcde3cbaec97802893925f"
CHECKSUM_SHA256="c3e9dc5031f35e07e610df45e64810fbde5c59fbd55a6483063f7dcd37880ad1"
SOURCE_FILENAME="libretro-mednafen-psx-hw-${portVersion/_/-}-$srcGitRev.tar.gz"
SOURCE_DIR="beetle-psx-libretro-$srcGitRev"
PATCHES="mednafen_psx_hw_libretro-$portVersion.patchset"

View File

@@ -1,11 +1,11 @@
From b552736778e6bda6a6868762542e3a978d398054 Mon Sep 17 00:00:00 2001
From ccc103f861d26c90a4a6c24635a77842cc4b1b1f Mon Sep 17 00:00:00 2001
From: kwyxz <kwyxz@kwyxz.org>
Date: Thu, 22 Mar 2018 10:21:26 -0800
Subject: Enabled OpenGL
Date: Sat, 11 Jul 2020 18:32:31 +0000
Subject: Enabled HW context for Beetle PSX
diff --git a/Makefile b/Makefile
index 739a9ff..4f327fb 100644
index ada8983..2612c1d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
@@ -17,5 +17,5 @@ index 739a9ff..4f327fb 100644
HAVE_JIT = 0
HAVE_CHD = 1
--
2.16.2
2.26.0