49362 Commits

Author SHA1 Message Date
twinaphex
ee2745d1bd Don't directly call global_get_ptr from inside retroarch.c 2019-06-17 15:37:34 +02:00
Twinaphex
2d6e56d049 Remove some unused variables 2019-06-17 15:30:31 +02:00
twinaphex
5db8da3fc8 (Cocoa) Buildfix 2019-06-17 15:19:00 +02:00
twinaphex
2d7164b54f Should fix C89_BUILD 2019-06-17 15:13:01 +02:00
twinaphex
ee3208ac39 Integrate video_driver.c into retroarch.c 2019-06-17 15:10:22 +02:00
twinaphex
61879bc8e0 audio_driver_dsp_filter_init - cleanup 2019-06-17 13:06:56 +02:00
twinaphex
127bf556c7 Merge audio_driver.c into retroarch.c 2019-06-17 12:49:21 +02:00
twinaphex
eedc6a6092 Integrate location_driver.c into retroarch.c, get rid of
location_driver_ctl
2019-06-17 11:57:46 +02:00
twinaphex
66022c1b13 Get rid of camera_driver_ctl and bsv_movie_ctl 2019-06-17 11:38:28 +02:00
twinaphex
c87344dca8 Cleanup camera_driver_ctl 2019-06-17 11:29:05 +02:00
twinaphex
3581786708 Merge camera_driver.c with retroarch.c 2019-06-17 11:18:27 +02:00
twinaphex
f88e6c75d5 Cleanup 2019-06-17 10:14:41 +02:00
twinaphex
ce51cf6b33 Simplify BSV code 2019-06-17 02:23:06 +02:00
Twinaphex
aec3bf41ae
Merge pull request #8977 from LazyBumHorse/fix_8974
Revert "allow saving and properly loading 0 pass shader presets"
2019-06-17 02:22:30 +02:00
LazyBumHorse
6514b80ff2 Revert "allow saving and properly loading 0 pass shader presets"
This reverts commit b54a360ab8b584a5350a125c00e605960a26297b.
2019-06-16 23:05:41 +02:00
twinaphex
184dc79011 Cleanups 2019-06-16 20:04:43 +02:00
twinaphex
5b6ba1acf9 Cleanups 2019-06-16 17:05:06 +02:00
twinaphex
db87e050d5 Merge movie.c into retroarch.c 2019-06-16 16:52:48 +02:00
twinaphex
e4b01642b9 Reimplement fullscreen toggle key 2019-06-16 16:20:43 +02:00
twinaphex
6581f4d968 Move some variables around 2019-06-16 16:06:37 +02:00
twinaphex
72a35481ea (XMB) Cleanups 2019-06-15 10:07:55 +02:00
twinaphex
b26a5badfd Fix typo 2019-06-15 10:00:20 +02:00
twinaphex
fc62f7afaa Update 2019-06-15 09:58:34 +02:00
twinaphex
f60306b232 Rename read_conf_cgp/write_conf_cgp to
read_conf_preset/write_conf_preset
2019-06-15 09:00:35 +02:00
hizzlekizzle
b38994461c
Merge pull request #8971 from jdgleaver/scanline-filter
Add 'Scanline2x' CPU video filter
2019-06-14 12:22:14 -05:00
Brad Parker
d397f9bd94 caca: xmb is allowed (rgui is not supported yet anyway) 2019-06-14 11:09:39 -04:00
jdgleaver
973a783b9c Add 'Scanline2x' CPU video filter 2019-06-14 15:16:24 +01:00
twinaphex
33d4d8b7c9 Update libretro-common 2019-06-14 13:13:49 +02:00
twinaphex
d422638c45 Turn more static const variables into macros 2019-06-14 13:01:22 +02:00
twinaphex
408d41b629 Turn a bunch of variables into macros 2019-06-14 11:13:02 +02:00
twinaphex
523b516195 Cleanup 2019-06-14 06:47:46 +02:00
twinaphex
99240fe7c1 Cleanups 2019-06-14 05:08:04 +02:00
twinaphex
133c38c601 (file_path.c) Cleanups 2019-06-14 04:57:17 +02:00
twinaphex
118d8bde98 (task_netplay_find_content) Cleanups 2019-06-14 04:46:25 +02:00
twinaphex
0d9c11e69c Move macro to top of file 2019-06-14 02:12:29 +02:00
twinaphex
92108aa35f Revert "Merge pull request #8350 from huwpascoe/core_updater"
This reverts commit 57c373e1d722a186e6a0a7d98f84a7310d9b308d, reversing
changes made to 0317b59da3b4c58f9d2f9c4c3de04ee331bbeebb.
2019-06-14 02:08:14 +02:00
twinaphex
fa55047e2e (config.features.h) Turn static const variables into macros 2019-06-13 22:34:24 +02:00
Twinaphex
6568152309
Merge pull request #8968 from bparker06/vk_gpu_index
Add video setting to select GPU (Vulkan)
2019-06-13 19:49:08 +02:00
Brad Parker
77b720829c skip displaying GPU name if it's blank 2019-06-13 13:07:40 -04:00
Brad Parker
c962da0ddb add video setting to select gpu (currently implemented for vulkan) 2019-06-13 12:47:08 -04:00
Twinaphex
794f0ee153
Merge pull request #8967 from libretro/bparker06-patch-1
Auto-detect libcaca and libsixel at compile time
2019-06-13 18:01:17 +02:00
bparker06
b945cfbbf9
Update config.params.sh 2019-06-13 11:56:19 -04:00
twinaphex
17cbd134d5 Reimplement take screenshot 2019-06-13 09:30:07 +02:00
Twinaphex
57c373e1d7
Merge pull request #8350 from huwpascoe/core_updater
Flag existing cores in the updater
2019-06-13 04:42:57 +02:00
Twinaphex
0317b59da3
Merge pull request #8946 from LazyBumHorse/master
allow saving and properly loading 0 pass shader presets
2019-06-13 00:54:37 +02:00
Twinaphex
f4554ef547
Merge pull request #8959 from yoshisuga/touchscreen_input_touch_count
iOS/Android: Support detecting multi-touch input
2019-06-13 00:54:20 +02:00
Twinaphex
e9dd9a882c
Merge pull request #8960 from jdgleaver/wii-default-paths
(GEKKO) Update default paths
2019-06-12 23:21:30 +02:00
Twinaphex
5fbdda6d38
Merge pull request #8961 from jdgleaver/core-association-array-length
Increase size of playlist core association arrays
2019-06-12 22:03:47 +02:00
Twinaphex
d548f62dd0
Merge pull request #8621 from orbea/travis
travis: Update to xenial.
2019-06-12 22:03:31 +02:00
orbea
dd1182e32e travis: Update to xenial.
The normal LTS period for trusty is expired on April 25, 2019.
2019-06-12 06:30:00 -07:00