Updated libretro.h to export symbols, other fixes

This commit is contained in:
Alberto Fustinoni
2018-06-21 14:28:14 +09:00
parent bec4736ac5
commit 905c9c1583
3 changed files with 873 additions and 407 deletions

View File

@@ -12,9 +12,7 @@ endif
# This is actually needed, bevieve me.
# If you really have to disable this, set NO_ALIGN_FUNCTIONS elsewhere.
ifndef NO_ALIGN_FUNCTIONS
ifeq (,$(findstring msvc,$(platform)))
CFLAGS += -falign-functions=2
endif
CFLAGS += -falign-functions=2
endif
all: config.mak target_

View File

@@ -467,7 +467,9 @@ else ifneq (,$(findstring windows_msvc2017,$(platform)))
SHARED :=
LIBM :=
NO_ALIGN_FUNCTIONS = 1
CFLAGS += -DHAVE_VSNPRINTF
CFLAGS += $(MSVC2017CompileFlags)
CXXFLAGS += $(MSVC2017CompileFlags)

File diff suppressed because it is too large Load Diff