mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
libretro, add Pico pad overlay and storyware pages handling
This commit is contained in:
parent
15cc45c0da
commit
5f9901e098
17 changed files with 3415 additions and 477 deletions
2
Makefile
2
Makefile
|
@ -72,8 +72,10 @@ CFLAGS += $(call chkCCflag, -fno-caller-saves -fno-guess-branch-probability -fno
|
|||
CFLAGS += $(call chkCCflag, -fno-tree-loop-if-convert -fipa-pta -fno-ipa-cp)
|
||||
endif
|
||||
else
|
||||
ifneq ($(STATIC_LINKING), 1)
|
||||
CFLAGS += $(call chkCCflag, -flto)
|
||||
endif
|
||||
endif
|
||||
|
||||
# revision info from repository if this not a tagged release
|
||||
ifeq "$(shell git describe --tags --exact-match HEAD 2>/dev/null)" ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue