mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
(3DS) explicitly disable libretro_db and zarch in the non-griffin build
This commit is contained in:
parent
e9618dd6a0
commit
ad3ca8d04f
@ -56,6 +56,10 @@ else
|
||||
HAVE_ZLIB = 1
|
||||
HAVE_7ZIP = 1
|
||||
HAVE_BUILTINZLIB = 1
|
||||
HAVE_LIBRETRODB = 0
|
||||
HAVE_ZARCH = 0
|
||||
HAVE_MATERIALUI = 1
|
||||
HAVE_XMB = 1
|
||||
|
||||
include Makefile.common
|
||||
BLACKLIST :=
|
||||
|
@ -2,6 +2,7 @@
|
||||
#define _CTR_DEBUG_H__
|
||||
|
||||
#include <stdio.h>
|
||||
#include <3ds/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user