Commit Graph

64 Commits

Author SHA1 Message Date
Brandon Wright 46d8f7bb80 Fix libretro cheats. 2018-04-26 15:57:04 -05:00
Brandon Wright bbfeb19b08 Calculate SHA256 checksum for later use. 2018-04-24 17:06:32 -05:00
Brandon Wright 513926521d Don't set GFX_MULTI_FORMAT if not needed. The BuildPixel calls cost ~3% performance. 2018-04-21 19:17:39 -05:00
OV2 0c1fb593dc win32 libretro: switch toolkit to 141_xp 2017-11-28 20:54:30 +01:00
OV2 4a3f7dcc2b libretro: change remaining libsnes references in msvc project 2017-07-23 21:13:12 +02:00
OV2 1e8c562d50 libretro: merge some changes from libretro repository 2017-07-23 21:11:47 +02:00
Brandon Wright bbeb13c2f0 Use 32040hz sample rate in libretro to avoid resampling. 2016-12-10 10:52:05 -06:00
OV2 994698912a Merge remote-tracking branch 'bsx/bsx' 2016-11-27 18:02:03 +01:00
bearoso 3d52fb7629 Merge pull request #149 from loganmc10/master
Add Android (arm) build to libretro makefile
2016-11-15 17:34:55 -06:00
bearoso e78a5e27f3 Merge pull request #148 from loganmc10/patch-2
Add cortex-a53 to libretro Makefile
2016-11-15 17:34:25 -06:00
Logan McNaughton 7c4186220a Add Android (arm) build to libretro makefile 2016-11-15 10:51:11 -08:00
Logan McNaughton 695e2748b8 Add cortex-a53 to libretro Makefile 2016-11-15 11:23:09 -07:00
Logan McNaughton 7bd6a64ed8 Fix libretro build 2016-11-15 11:16:34 -07:00
qwertymodo 7bae4a1d6f Add MSU-1 to libretro build 2016-11-14 13:19:22 -06:00
Brandon Wright f7ac233216 Revert "Add msu1.cpp to libretro build."
This reverts commit dcf97e92cd.
2016-11-14 13:18:44 -06:00
Brandon Wright dcf97e92cd Add msu1.cpp to libretro build. 2016-11-14 13:10:13 -06:00
luigiblood 38b95261d0 [BS-X] Added *.bs extension detection 2016-11-08 18:51:00 +01:00
Brandon Wright 6c70563b85 Add Makefile.common 2016-10-11 17:25:03 -05:00
OV2 ae201d0bf5 libretro: merge changes from libretro repo 2016-10-08 21:34:18 +02:00
OV2 f060f06d31 Win32: switch to VS2015 2016-10-08 17:52:23 +02:00
OV2 5e0319ab3e libretro: rework controller assignment 2014-06-02 22:20:19 +02:00
OV2 6cdcd4eac0 libretro: range-check port id 2014-05-29 16:19:31 +02:00
OV2 768bf4948d libretro: do not display half-ready interlaced images 2014-05-25 18:13:28 +02:00
OV2 27533c777e libretro: remove missing function from .def file 2014-03-22 16:00:32 +01:00
OV2 210645634c Merge commit 'a47d93f86ae8613095a6bfe2676d3be80bfdc7bc' 2014-03-22 15:53:59 +01:00
twinaphex b115ab775b Remove libsnes functions 2014-02-23 23:19:31 +01:00
twinaphex 291a578a0a (OSX) Set min OS version to 10.6 2014-01-03 17:48:11 +01:00
Themaister 378298eef6 Fix calls to log interface. 2014-01-02 02:42:33 +01:00
twinaphex f440c1b7c9 Update libretro.h 2013-12-18 20:43:25 +01:00
OV2 f2cd18d4e8 libretro: use port.h 2013-12-17 23:39:58 +01:00
twinaphex cef156fc8e (libretro) Go through new logger interface 2013-12-16 15:18:53 +01:00
twinaphex 0b208249df (iOS) Add SDK min version flags 2013-11-30 02:00:02 +01:00
Alcaro dacade0113 Fix 2MB leak on core unload. 2013-11-14 17:22:20 +01:00
Alcaro 25c0e7c948 Fix infinite loop when given bad ROMs (one byte files, for example); fix compile error that somehow snuck in. 2013-08-14 10:05:15 +02:00
Alcaro 975e81f9e6 Merge branch 'master' of github.com:libretro/snes9x 2013-08-07 21:04:14 +02:00
Alcaro ed5752e8fa Fix finger slip that seems to pass in a null pointer. That's the advantage of -Werror. 2013-08-07 21:03:34 +02:00
twinaphex 4bb01ae7f5 (Android JNI) Set endianness 2013-08-02 11:05:30 +02:00
Alcaro a71d14ba5f This should allow Multitap5 to work in both ports, including simultaneously. 2013-07-27 11:39:55 +02:00
Alcaro 9dd3ff810f Use joypad 2 for controller port 2, so player 1 don't control both players. 2013-07-27 11:36:04 +02:00
Alcaro e3e9ad3a69 Minor rewording. It felt weird. 2013-07-26 20:11:56 +02:00
Alcaro 233cb3061e Rename these. They're marked ABI, but no ZMZ using them has been released yet. 2013-07-26 20:02:44 +02:00
Alcaro 6c3a7f77f3 Add GoldFinger cheats too. Just for completeness' sake, I don't think anyone'll use them. 2013-07-26 19:58:44 +02:00
Alcaro a720f8280f Add cheat support to Libretro 2013-07-26 19:48:55 +02:00
Alcaro b1ae0f4d6b Mark these variable names as an ABI. 2013-07-26 16:02:06 +02:00
Alcaro 647d3b54bb Add support for toggling layers, sound channels, and some other stuff 2013-07-25 15:26:55 +02:00
twinaphex daa96ea570 Add -DARM for iOS and QNX (Blackberry) builds 2013-07-14 20:43:26 +02:00
twinaphex a4c39684a8 (Makefile Libretro) Add ARM target 2013-07-14 12:27:10 +02:00
twinaphex ef0d252dee (libretro Android) Add Android JNI Makefile 2013-05-18 20:56:16 +02:00
twinaphex 18bc78b886 (QNX libretro) Compiles for Blackberry QNX now as well 2013-05-18 20:30:32 +02:00
twinaphex 7b98dab142 (Libretro iOS) Compiles for iOS now 2013-05-18 20:24:33 +02:00