index
:
picogpsp
pico-fe
libretro-gpsp with a libpicofe frontend
neonloop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2015-09-14
(CTR/3DS) fix the 'all' target not being the default target.
aliaspider
2015-09-11
(3DS) add dynarec support when started from a .cia install
aliaspider
2015-08-31
(Vita) Add Vita target
twinaphex
2015-08-01
(OSX) Lower requirements to 10.1
twinaphex
2015-07-20
Get rid of warning flag which is a backwards compatibility hazard
neville
2015-04-08
(3DS) enable dynarec support, works only with ninjahax.
aliaspider
2015-04-06
force libco to compile with release CFLAGS
aliaspider
2015-04-06
add a ctr(3ds) target. no dynarec for now.
aliaspider
2015-03-14
[ARM] Enable dynarec, works at least in rpi.
sergiobenrocha2
2015-03-06
Add linux-portable target
twinaphex
2015-02-28
(iOS) Use xcodebuild instead of xcrun
Twinaphex
2015-02-01
[ARM]Fix build, disable dynarec for now.
Sérgio Benjamim
2015-02-01
(OSX) Updates
twinaphex
2014-12-23
(Theos iOS) Add Theos iOS target
twinaphex
2014-12-22
Make QNX target work with dynarec, etc.
twinaphex
2014-12-13
Avoid proprietary format in copying, HAVE_DYNAREC in armv.
sergiobenrocha2
2014-12-13
Some Makefile improvements
twinaphex
2014-12-13
Create memmap_win32.c for Win32 systems - a mman wrapper
twinaphex
2014-12-12
Get rid of optimize_safe rule for cpu.c
twinaphex
2014-12-12
Make compiling in with the 32bit dynarec optional - also include
twinaphex
2014-12-11
Forcibly disable PIC if building with HAVE_DYNAREC on
twinaphex
2014-12-10
PC_BUILD can go now
twinaphex
2014-12-10
Small tweak in Makefile
twinaphex
2014-12-10
--no-undefined doesn't work for Clang
twinaphex
2014-12-10
iOS - set HAVE_POSIX_MEMALIGN and -marm
twinaphex
2014-12-10
Add LDFLAGS to Makefile
twinaphex
2014-12-10
Add HAVE_DYNAREC ifdef
twinaphex
2014-12-10
add a HAVE_MMAP check, cleanups.
aliaspider
2014-12-10
implement retro_serialize/unserialize
aliaspider
2014-12-09
Start adding ARCH_ARM rules
Twinaphex
2014-12-09
Add CPU_ARCH rules to Makefile.common
twinaphex
2014-12-09
Update Makefile/Makefile.common
twinaphex
2014-12-09
Remove zip.c/zip.h
twinaphex
2014-12-09
-fPIC wasn't necessary afterall, and compiling without it increases fps
aliaspider
2014-12-09
dynamic recompiler now works when the core is compiled as a shared
aliaspider
2014-12-09
fix sound
aliaspider
2014-12-09
video output now works in statically linked builds.
aliaspider
2014-12-09
hide some warnings
aliaspider
2014-12-09
fix undefined referances.
aliaspider
2014-12-09
show undefined referances.
aliaspider
2014-12-09
can compile
aliaspider
2014-12-08
start implementing the libretro interface. (not working yet)
aliaspider