Merge pull request #682 from webgeek1234/master

Android: Fix hw compilation
This commit is contained in:
Autechre 2020-06-29 06:31:28 +02:00 committed by GitHub
commit a52cdb4283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -8,6 +8,7 @@
#include "../vulkan/device.hpp"
#include <fstream>
#include "config_parser.h"
#include "libretro.h"
extern retro_log_printf_t log_cb;