mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
mednafen_psx_hw_libretro: a Libretro port of Mednafen PSX (hardware accelerated) (#2366)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user