mednafen_psx_hw_libretro: a Libretro port of Mednafen PSX (hardware accelerated) (#2366)

This commit is contained in:
kwyxz
2018-03-22 13:43:40 -07:00
committed by fbrosson
parent 9a1e18187a
commit 3209b6d3ae
3 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
From b552736778e6bda6a6868762542e3a978d398054 Mon Sep 17 00:00:00 2001
From: kwyxz <kwyxz@kwyxz.org>
Date: Thu, 22 Mar 2018 10:21:26 -0800
Subject: Enabled OpenGL
diff --git a/Makefile b/Makefile
index 739a9ff..4f327fb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
DEBUG = 0
FRONTEND_SUPPORTS_RGB565 = 1
-HAVE_OPENGL = 0
+HAVE_OPENGL = 1
HAVE_VULKAN = 0
HAVE_JIT = 0
HAVE_CHD = 1
--
2.16.2