mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2025-02-18 16:09:56 +00:00
Merge pull request #682 from webgeek1234/master
Android: Fix hw compilation
This commit is contained in:
commit
a52cdb4283
@ -70,5 +70,5 @@ LOCAL_CFLAGS := $(COREFLAGS)
|
||||
LOCAL_CXXFLAGS := $(COREFLAGS) -std=c++11
|
||||
LOCAL_LDFLAGS := -Wl,-version-script=$(CORE_DIR)/link.T -ldl
|
||||
LOCAL_LDLIBS := -llog
|
||||
LOCAL_CPP_FEATURES := exceptions
|
||||
LOCAL_CPP_FEATURES := exceptions rtti
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include "../vulkan/device.hpp"
|
||||
#include <fstream>
|
||||
#include "config_parser.h"
|
||||
#include "libretro.h"
|
||||
|
||||
extern retro_log_printf_t log_cb;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user