Commit Graph

2100 Commits

Author SHA1 Message Date
twinaphex
dc4b35dd25 Simplify rsx_lib_soft 2019-07-07 07:51:59 +02:00
twinaphex
94056b7a11 Remove MSVC files 2019-07-07 06:29:13 +02:00
Brad Parker
c933402177 update libretro-common 2019-07-06 17:27:06 -04:00
Brad Parker
8e5272049e add vfs.h header 2019-07-06 13:47:08 -04:00
Brad Parker
00323fb5b7 update libretro-common 2019-07-06 13:45:54 -04:00
Brad Parker
e75a1d6c58 do not mangle path for real CD access 2019-07-06 13:45:53 -04:00
Brad Parker
23d223d847 update libretro-common 2019-07-05 11:09:27 -04:00
Brad Parker
2b46d1b1e9 update libretro-common 2019-07-04 23:17:34 -04:00
Brad Parker
bb8f30f717 update libretro-common 2019-07-04 23:10:11 -04:00
Twinaphex
c19a8c38c2
Merge pull request #518 from yoshisuga/touchscreen_lightgun
Support for touchscreen lightgun; map gamepad buttons to guncon A button
2019-07-04 21:07:30 +02:00
Yoshi Sugawara
e6840afca8 Support for touchscreen lightgun; map gamepad buttons to guncon A button 2019-07-04 08:33:24 -10:00
Brad Parker
552ee7cacd update libretro-common 2019-07-02 03:34:09 -04:00
Brad Parker
56a3d4e90b update libretro-common 2019-07-02 00:19:31 -04:00
twinaphex
3930fdd8c7 Revert "Update Android.mk"
This reverts commit 7da4800b8d.
2019-07-02 04:19:35 +02:00
twinaphex
40060f8ee8 Revert "Hide HW options in non-HW core"
This reverts commit aae54be182.
2019-07-02 04:19:28 +02:00
Twinaphex
64b690e76e
Merge pull request #517 from libretro/revert-504-master
Revert "Cherrypick changes done between versions 1.21.3 and 1.22.2"
2019-07-02 04:19:01 +02:00
Twinaphex
97c91b605b
Revert "Cherrypick changes done between versions 1.21.3 and 1.22.2" 2019-07-02 04:18:50 +02:00
twinaphex
af40de6ba2 Revert "(Makefile) Cleanups"
This reverts commit 99a9c62cf0.
2019-07-02 04:16:36 +02:00
twinaphex
87a695dbe4 Revert "(ugui) Move all files to deps folder"
This reverts commit 5fbf0b0a92.
2019-07-02 04:15:43 +02:00
twinaphex
3ba916e644 Revert "(.gitignore) Ignore vscode cache files"
This reverts commit 43797768ea.
2019-07-02 04:15:33 +02:00
twinaphex
4584127b19 Revert "(Makefile) Undo the flac wildcard smartcode"
This reverts commit 742ed1e529.
2019-07-02 04:15:28 +02:00
twinaphex
24b0de7879 Revert "(Makefile) Undo lzma wildcard smartcode"
This reverts commit 1150a56a95.
2019-07-02 04:15:19 +02:00
Twinaphex
3e7a2642dc
Merge pull request #516 from bparker06/cdrom
initial cdrom read support
2019-07-01 02:27:19 +02:00
Brad Parker
c37a171d54 update libretro-common 2019-06-30 20:19:34 -04:00
Brad Parker
d70071d70f initial cdrom support 2019-06-30 20:19:34 -04:00
rz5
1150a56a95 (Makefile) Undo lzma wildcard smartcode 2019-06-30 05:30:22 +01:00
rz5
742ed1e529 (Makefile) Undo the flac wildcard smartcode 2019-06-30 05:16:15 +01:00
rz5
43797768ea (.gitignore) Ignore vscode cache files 2019-06-30 04:30:36 +01:00
rz5
5fbf0b0a92 (ugui) Move all files to deps folder 2019-06-30 04:25:58 +01:00
rz5
99a9c62cf0 (Makefile) Cleanups 2019-06-30 04:11:28 +01:00
rz5
432feab541 Force SW renderer when firmware is missing. Allows showing ugui error message when 'renderer' is set to 'hardware'. 2019-06-16 21:00:13 +01:00
rz5
0e0c2dbc41
Merge pull request #504 from rz5/master
Cherrypick changes done between versions 1.21.3 and 1.22.2. Closes #487
2019-06-16 02:18:31 +01:00
rz5
aae54be182 Hide HW options in non-HW core 2019-06-03 20:00:42 +01:00
rz5
7da4800b8d
Update Android.mk
HAVE_HW was set in the Makefile but was never passed on as a compile-time flag.
2019-06-03 00:27:31 +01:00
r5
c57cb067fb Cherrypick changes done between versions 1.21.3 and 1.22.2 2019-05-14 02:37:57 +01:00
Twinaphex
5359198531
Merge pull request #485 from hiddenasbestos/dynamic_port_count
Dynamic controller port count reporting
2019-02-03 19:05:57 +01:00
David Walters
e20b8179ce Dynamic port count reporting; Fix player counter with 1 multi-tap. 2019-02-03 17:55:28 +00:00
Twinaphex
445c913116
Merge pull request #483 from retro-wertz/patch-1
Fix crash when loading Audio CD
2019-01-24 19:54:59 +01:00
retro-wertz
8c0f9d3b52
Fix crash when loading Audio CD 2019-01-22 09:43:30 +08:00
Twinaphex
c20eac9a75
Merge pull request #478 from krzys-h/fix-msvc2017-makefile
Fix multithreaded make with MSVC2017
2019-01-05 21:44:15 +01:00
krzys-h
89b6bbbf93 Fix multithreaded make with MSVC2017 2019-01-05 20:54:32 +01:00
Twinaphex
4e77ca2865
Merge pull request #477 from krzys-h/fix-msvc2017
MSVC2017 build fixes
2019-01-05 20:14:44 +01:00
krzys-h
e3d67f0f90 MSVC2017 build fixes 2019-01-05 19:45:02 +01:00
twinaphex
1d6ba98a3d Get rid of register keyword 2018-12-30 07:33:09 +01:00
twinaphex
ba28561d1a Should finally link 2018-12-28 02:26:09 +01:00
twinaphex
659237b3d3 Try to use c++_static for STL 2018-12-28 02:00:09 +01:00
twinaphex
371479d12f Add another include dir 2018-12-27 20:01:58 +01:00
twinaphex
45d307778b Use system path include 2018-12-27 16:37:06 +01:00
twinaphex
3d2d1c3fd8 Buildfix for JNI - hopefully 2018-12-27 01:02:06 +01:00
twinaphex
68b6683b99 Add include dir 2018-12-18 01:54:33 +01:00