mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Add bsv to emscripten builds (#14905)
* Add bsv to emscripten builds BSV has no external dependencies so this addition should be fine. Co-authored-by: Joseph C. Osborn <jcoa2018@pomona.edu>
This commit is contained in:
parent
97c8aa2a63
commit
951f5a76a5
2 changed files with 2 additions and 1 deletions
|
@ -46,6 +46,7 @@ HAVE_CHEATS = 1
|
|||
HAVE_IBXM = 1
|
||||
HAVE_CORE_INFO_CACHE = 1
|
||||
HAVE_7ZIP = 1
|
||||
HAVE_BSV_MOVIE = 1
|
||||
|
||||
ASYNC ?= 0
|
||||
ifeq ($(LIBRETRO), mupen64plus)
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <retro_inline.h>
|
||||
#include <libretro.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
|
||||
#include <streams/interface_stream.h>
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif /* HAVE_CONFIG_H */
|
||||
|
|
Loading…
Add table
Reference in a new issue