0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #22 from joolswills/arm_asm More... about 8 years ago
don't enable asm cpu cores Cyclone and DrZ80 by default. They cause incompatibilities with games and drz80 uses armv6 instructions that are deprecated/emulated on armv7 and higher (gcc will reject them building for armv8). The ASM cores can be enabled with USE_CYCLONE=1 and/or USE_DRZ80=1 More... about 8 years ago
Add GCW Zero target More... about 8 years ago
Merge pull request #21 from objectchris/master More... about 8 years ago
Added 'skip disclaimer' core option to skip 'nag screen' (defaults to enabled). Added 'show game information' core option to show the game info screen on game launch (defaults to disabled). More... about 8 years ago
Add JNI solution files More... about 8 years ago
Totally new Makefile system More... about 8 years ago
Merge pull request #20 from joolswills/samples More... about 8 years ago
add support for samples needed for some games (eg space invaders). hardcoded to loading from sample folder in the folder of current rom More... about 8 years ago
Merge pull request #19 from vanfanel/master More... over 8 years ago
Small fix that makes YM3526 music work (Bubble Bobble, Karnov,tc). More... over 8 years ago
Merge pull request #17 from joolswills/arm_fix More... over 8 years ago
Merge pull request #16 from joolswills/parallel_build More... over 8 years ago
don't set IS_X86 for platform unix if ARM=1 is set (the X86 defines set later break compiling of libco otherwise) More... over 8 years ago
use mkdir -p to avoid some dir creation errors that can occur sometimes when building with -jX More... over 8 years ago
update library_name More... over 8 years ago
Include stdint.h for intptr_t More... over 8 years ago
put LIBS after OBJS More... over 8 years ago
Take out pthread dependency More... over 8 years ago
(iOS) Disable ARM opts - Cyclone version in here not iOS ABI-compatible More... over 8 years ago
Set iOS target to ARM More... over 8 years ago
Update Makefile and add iOS target More... over 8 years ago
Update Makefile More... over 8 years ago
Update to latest libco and put it in libretro-common dir More... over 8 years ago
Silence some warnings More... over 8 years ago
Update Readme.txt More... over 8 years ago
makefiles edits. More... over 8 years ago
Change Makefile More... over 8 years ago
enable libco by default. disable error logging by default. More... over 8 years ago
Get rid of plain Makefile More... over 8 years ago