mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(3DS) explicitly disable libretro_db and zarch in the non-griffin build
This commit is contained in:
parent
e9618dd6a0
commit
ad3ca8d04f
2 changed files with 5 additions and 0 deletions
|
@ -56,6 +56,10 @@ else
|
||||||
HAVE_ZLIB = 1
|
HAVE_ZLIB = 1
|
||||||
HAVE_7ZIP = 1
|
HAVE_7ZIP = 1
|
||||||
HAVE_BUILTINZLIB = 1
|
HAVE_BUILTINZLIB = 1
|
||||||
|
HAVE_LIBRETRODB = 0
|
||||||
|
HAVE_ZARCH = 0
|
||||||
|
HAVE_MATERIALUI = 1
|
||||||
|
HAVE_XMB = 1
|
||||||
|
|
||||||
include Makefile.common
|
include Makefile.common
|
||||||
BLACKLIST :=
|
BLACKLIST :=
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
#define _CTR_DEBUG_H__
|
#define _CTR_DEBUG_H__
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <3ds/types.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
Loading…
Add table
Reference in a new issue