Commit Graph

187 Commits

Author SHA1 Message Date
Wes Smith 41d030b3d5 Added Classic systems 2019-09-06 16:27:25 -04:00
Twinaphex 16f8c50c13 Merge pull request #30 from webgeek1234/master
Fix mingw cross compile and update nintendo targets
2019-09-05 03:44:37 +02:00
Twinaphex 7a57228403 Merge pull request #32 from yoshisuga/ios_tvos_support
(iOS/tvOS) Support compiling for arm64
2019-09-05 03:44:32 +02:00
Yoshi Sugawara 6d5bd2db68 (iOS/tvOS) Support compiling for arm64 2019-09-04 11:33:12 -10:00
Aaron Kling 7b86e387f2 libretro: consolidate, fix, and add nintendo targets 2019-07-30 02:22:53 -05:00
Aaron Kling 2440c4186b libretro: allow mingw cross compile 2019-07-30 02:22:53 -05:00
twinaphex 43287de64e Prevent warnings 2019-07-30 03:55:25 +02:00
Twinaphex ff9f066367 Merge pull request #28 from frangarcj/master
[VITA] Fix Compilation
2019-07-30 00:33:53 +02:00
Francisco José García García ae132d46e2 [VITA] Fix Compilation 2019-07-30 00:24:48 +02:00
Twinaphex 0b9453c525 Merge pull request #27 from raphkoster/master
Fixed SHIFT and CTRL keys, 4 controller support
2019-07-28 04:51:12 +02:00
raphkoster 6e8449e19a Update README.md
Added info on the changes in this fork.
2019-06-23 23:18:13 -07:00
raphkoster 609378be70 Add support for four controllers. 2019-06-23 23:03:59 -07:00
raphkoster af0ba7263b Fixed SHIFT and CTRL keys. 2019-06-05 00:27:35 -07:00
twinaphex b3931bbb2d Add ctr target 2018-09-30 18:02:11 +02:00
twinaphex d52535f281 add vita target 2018-08-12 10:30:11 +02:00
Twinaphex 6d65573f62 Merge pull request #17 from RetroSven/master
add memory hooks for cheat/rumble
2018-08-12 10:17:06 +02:00
Sven aa9b7a305a add memory hooks for cheat/rumble 2018-08-11 11:37:09 -04:00
Brad Parker 27dd0eb0f7 add missing empty input descriptor at the end 2018-07-11 15:51:59 -04:00
twinaphex 01ac02468c Update libretro-common 2018-04-19 09:20:24 +02:00
Twinaphex 752b0e531a Merge pull request #13 from webgeek1234/master
Refactor android jni makefiles
2018-04-06 03:26:03 +02:00
Aaron Kling 5de89d61b3 Refactor android jni makefiles 2018-04-05 14:11:49 -05:00
Brad Parker f892b4437d add 3ds to travis build 2017-10-23 21:23:54 -04:00
Brad Parker 9886f36ed4 add travis build script 2017-10-23 18:32:58 -04:00
Not6 c804c96da2 path_mkdir instead of mkdir 2017-10-16 22:34:54 +02:00
Not6 fc862fbfcc update libco 2017-10-15 20:21:24 +02:00
Not6 e11b43cbed A5200 add RETROK_KP_MULTIPLY for AKEY_5200_ASTERISK too 2017-10-15 20:01:36 +02:00
Not6 1609a6d115 add keyboard typecore option (input poll or input callback) 2017-10-15 19:20:18 +02:00
Twinaphex 3b5efb8fd9 Merge pull request #10 from nanoant/patch/roms-from-system-dir
Look for BIOS roms in libretro system dir
2017-10-11 19:47:23 +02:00
Adam Strzelecki b842d8a284 Look for BIOS roms in libretro system dir 2017-10-11 13:10:09 +02:00
Twinaphex 7b71d9a61f Merge pull request #9 from nanoant/patch/fix-android-compilation
Fix Android compilation
2017-10-11 08:01:25 +02:00
Adam Strzelecki fe5dd91725 Fix Android compilation
1. Define GIT_VERSION preprocessor variable in jni/Android.mk

   error: use of undeclared identifier 'GIT_VERSION'

2. Add -llog linker dependency for Android logging functions

   error: undefined reference to '__android_log_print'

3. Prevent Clang error providing explicit "%s" format for snprintf

   error: format string is not a string literal
2017-10-09 16:17:41 +02:00
Twinaphex 2445afd0f3 Merge pull request #8 from tschak909/master
Add core options to atari800.
2017-08-23 08:10:41 +02:00
root 78b5949572 change new artifacting to old temporarily. 2017-08-22 11:08:51 -07:00
root d4e6b08505 Turn off pal blending support until I can figure out why the pal blender isn't compiling. 2017-08-22 10:44:43 -07:00
root 49b8d466dd Add switch for NTSC/PAL artifacting. (TODO: Get NTSC Filter working!) 2017-08-22 10:38:21 -07:00
root f5c5738ff8 fix ntsc pal switch. 2017-08-21 22:40:57 -07:00
root d5c6d1f14f Add machine initialization calls. 2017-08-21 22:16:12 -07:00
root c4cbef905f oops, forgot cassette.h 2017-08-21 22:03:22 -07:00
root 6aa0248b55 Add the rest of the .h's 2017-08-21 22:00:59 -07:00
root 9f4577511c include atari.h instead of manually grafting in externs. 2017-08-21 21:55:13 -07:00
root 3e7cdb0508 Add needed externs. 2017-08-21 21:48:01 -07:00
root 3283e84646 Add code to react to set atari800 state from libretro variables, first pass. 2017-08-21 21:35:16 -07:00
root 2cf20e68af Add much needed variables to libretro-core.c for setting system type, video standard, and various other boot boot parameters. 2017-08-21 20:18:28 -07:00
root 479ed5da60 Fix log message for android logcat to reflect actual core name. 2017-08-21 20:05:27 -07:00
Twinaphex 6e46ec1162 Merge pull request #7 from tschak909/master
Add ATX awareness to the libretro core code.
2017-08-20 03:49:16 +02:00
Thomas Cherryhomes 9ae5626de1 Add ATX awareness to the libretro core code. 2017-08-19 20:27:55 -05:00
twinaphex 47e80647f1 Makefile updates 2017-08-06 03:41:47 +02:00
twinaphex 0f69597ea6 Some buildfixes 2017-08-06 02:00:49 +02:00
twinaphex 1d4a7242ba Try to make it more compatible with PS3 2017-08-06 01:53:12 +02:00
not6 01db5d0d26 Update Makefile.common 2017-07-30 20:00:33 +02:00