Commit Graph

50244 Commits

Author SHA1 Message Date
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
Yoshi Sugawara 45b36d7d47 iOS: remove pause indicator; show the native UI menu using 4-finger swipe down gesture 2019-06-14 08:35:33 -10: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 57c373e1d7, reversing
changes made to 0317b59da3.
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
jdgleaver e2a79daa44 Increase size of playlist core association arrays 2019-06-12 12:01:31 +01:00
jdgleaver 05befb7175 (GEKKO) Update default paths 2019-06-12 10:41:11 +01:00
Ömercan Kömür c91b8e6295
Merge pull request #1 from libretro/master
updates
2019-06-12 12:13:31 +03:00
Twinaphex 9634639842
Merge pull request #8958 from fpscan/master
Turkish language updates
2019-06-12 05:23:21 +02:00
Twinaphex 7ea8dbb6ac
Merge pull request #8956 from toshixm/master
Update Japanese translation
2019-06-12 00:36:24 +02:00
Ömercan Kömür 56ba6e5a4d Update msg_hash_tr.c 2019-06-12 01:14:20 +03:00
Yoshi Sugawara 2dde223d23 Support returning the number of touches in the current input to support multi-touch inputs, like using a 2 finger touch to reload or secondary fire in lightgun games 2019-06-11 11:49:27 -10:00
Toshiyuki Maezawa 6bc2395e52 Added workaround C89 limitations. 2019-06-12 00:58:02 +09:00
Twinaphex b69ab4b178
Merge pull request #8957 from jdgleaver/wii-rgui-aspect
(Wii) Add widescreen RGUI support
2019-06-11 17:21:06 +02:00
jdgleaver e6c236d275 (Wii) Add widescreen RGUI support 2019-06-11 15:57:50 +01:00
Toshiyuki Maezawa 5b0c8ab2ab Added BOM 2019-06-11 23:37:13 +09:00
Toshiyuki Maezawa 9a003e03d0 Updated japanese translation. 2019-06-11 23:23:02 +09:00
Twinaphex 5742bf3e45
Merge pull request #8955 from natinusala/master
menu display: use video_info for scissoring rect clipping
2019-06-11 16:07:53 +02:00
natinusala 7c17cd9213 menu display: use video_info for scissoring rect clipping 2019-06-11 10:08:00 +02:00
Twinaphex cdc165f340
Merge pull request #8954 from driver1998/win-arm64
Windows ARM64 support
2019-06-11 08:06:04 +02:00
driver1998 c2f2219a62 UWP: recover AppxBundlePlatforms 2019-06-11 04:10:44 +08:00
driver1998 d630213d36 Windows ARM64 support 2019-06-11 02:40:46 +08:00
Joohan Lee 99a466fd7d Update Korean translation (#8952)
add more translation & correct mistypo
2019-06-10 13:26:53 -04:00
Toshiyuki Maezawa 63eb7930d1 Merged updates from msg_hash_us.c 2019-06-11 01:34:47 +09:00