Commit Graph

40 Commits

Author SHA1 Message Date
Lior Halphon fc15b5c9f9 Remove hardcoded version from libretro.c, use version from the Makefile 2017-12-29 13:26:11 +02:00
Lior Halphon 0891de668b Merge commit '1d96a10acb661e07775de954338f4bb3724705a3' into libretro_core
# Conflicts:
#	libretro/libretro.c
2017-12-29 13:18:52 +02:00
Twinaphex 1d96a10acb
Merge pull request #2 from orbea/cxxflags
libretro: Change CXXFLAGS to CFLAGS.
2017-12-22 08:02:36 +01:00
orbea 536e47c567 libretro: Add GIT_VERSION 2017-12-21 21:16:55 -08:00
orbea 2184fd0902 libretro: Change CXXFLAGS to CFLAGS.
This core does not use CXXFLAGS...
2017-12-21 21:03:41 -08:00
radius 212947d83c really strong rumble 2017-10-17 23:42:55 +03:00
radius f1bcddf421 hookup reset and unload 2017-10-17 23:42:55 +03:00
radius 32e4d705c6 check_variables later 2017-10-17 23:42:55 +03:00
leiradel a8dbae00c2 Added cheevos support 2017-10-17 23:42:54 +03:00
radius 85971e9158 hookup color filter & highpass filter 2017-10-17 23:42:54 +03:00
radius 55412d7093 don't apply color correction for DMG 2017-10-15 22:08:13 -05:00
radius f724cbbacd really strong rumble 2017-10-15 18:46:37 -05:00
radius 9f8d871c9c hookup reset and unload 2017-10-15 18:08:31 -05:00
radius d57d4dbe24 check_variables later 2017-10-15 15:48:56 -05:00
leiradel d8e460ca47 Added cheevos support 2017-10-15 12:47:33 -05:00
radius 7313473fd2 use prebuilt bootroms 2017-10-15 12:47:33 -05:00
radius a42fed5d53 hookup color filter & highpass filter 2017-10-15 12:47:33 -05:00
radius 930ee8145c move the target to TLD for our fork 2017-10-15 12:47:33 -05:00
Lior Halphon c7e82b4a47 Use hexdump instead of xxd (more portable) 2017-10-13 18:13:26 +03:00
Lior Halphon 57f50edaa2 Use $(MAKE) instead of make 2017-10-13 00:14:32 +03:00
Lior Halphon bbd3b7e550 Got rid of -ICore 2017-10-13 00:02:02 +03:00
Lior Halphon a498b19bfd Moved libretro’s Makefile to libretro’s folder 2017-10-12 22:40:48 +03:00
Lior Halphon 40e4f93637 Replaced libretro specific code with a generic API 2017-10-12 22:06:01 +03:00
Lior Halphon 6b71d1d477 “Baked” boot ROM is now auto-generated. 2017-10-12 21:52:51 +03:00
Lior Halphon dcadfc37f4 Changed the way HAVE_DEBUGGER works and renamed it (so it’s on by default) to DISABLE_DEBUGGER. Fixes build break. 2017-10-12 19:05:27 +03:00
radius 6f40885f73 this seems to improve audio a lot but I still hear some small crackles 2017-10-10 20:29:46 -05:00
radius 18b376ac5f Updates:
-fix input descriptors
-implement savestates
-implement sram interface
2017-10-09 14:21:32 -05:00
twinaphex a7db98c22e Memory needs to be uniquely named for Android 2017-10-09 11:36:55 -05:00
twinaphex 5e3a24573e Bump up version 2017-10-09 11:36:54 -05:00
twinaphex 091df682cd Silence warning 2017-10-09 11:36:54 -05:00
twinaphex 09f4edda57 Comment out debugger code - add HAVE_DEBUGGER ifdef 2017-10-09 11:36:53 -05:00
twinaphex 63b17e14af Update 2017-10-09 11:36:24 -05:00
twinaphex fedea2cad7 Don't hook up regular audio_cb 2017-10-09 11:36:24 -05:00
radius 7d2dbe2988 no need for turbo mode in libretro 2017-10-09 11:36:24 -05:00
radius 765a072c73 this fixes fast forwarding but probably has to change to a proper fix 2017-10-09 11:36:24 -05:00
radius 3dffa3a0ca fix gbc 2017-10-09 11:36:23 -05:00
radius 65e6e5f30b use GB_run_frame 2017-10-09 11:36:23 -05:00
twinaphex d433cdf260 Add baked-in generated BIOS files 2017-10-09 11:36:23 -05:00
Not6 3f86d898a3 some others input 2017-10-09 11:36:23 -05:00
Not6 009a66d723 basic libretro port 2017-10-09 11:36:23 -05:00