alphanu1
8344b0d049
Update dispserv_x11.c
2019-01-30 22:48:04 +00:00
alphanu1
ce6a6c0e21
Update dispserv_x11.c
2019-01-30 22:46:29 +00:00
alphanu1
a7814a7601
Update dispserv_x11.c
2019-01-30 22:41:13 +00:00
alphanu1
f510efd64e
Update dispserv_x11.c
2019-01-30 22:34:18 +00:00
alphanu1
257dbd825a
Update dispserv_x11.c
2019-01-30 22:28:46 +00:00
alphanu1
5afcd020bd
update
2019-01-30 22:17:36 +00:00
alphanu1
fac95efaba
Update dispserv_x11.c
2019-01-30 22:08:04 +00:00
alphanu1
fa8c9d7049
new method
2019-01-30 21:55:33 +00:00
alphanu1
22e0560395
Update menu_cbs_ok.c
2019-01-30 21:06:03 +00:00
alphanu1
a4b391d796
Update video_crt_switch.c
2019-01-30 20:58:30 +00:00
alphanu1
8fdbdf8b8b
Update video_crt_switch.c
2019-01-30 20:57:52 +00:00
alphanu1
0726cc425c
Update video_crt_switch.c
2019-01-30 20:51:05 +00:00
alphanu1
c43a93e544
Adding userland for RPi
2019-01-30 20:47:36 +00:00
alphanu1
42c25952d4
Merge pull request #97 from alphanu1/alphanu1-patch-87
...
RPi Additions new switching method
2019-01-30 20:31:57 +00:00
orbea
c88456a455
qb: Combine HAVE_VIDEO_PROCESSOR with HAVE_VIDEOPROCCESOR.
2019-01-30 12:28:58 -08:00
CozmoP
cc18bd6023
Qt: thumbnails drop indicator
2019-01-30 21:26:33 +01:00
alphanu1
76bf63f905
RPi Additions new switching method
...
Partil new switching method
2019-01-30 20:17:32 +00:00
Twinaphex
81bca39b53
Merge pull request #8129 from natinusala/master
...
libnx: remove HAVE_CHD + add assets to the gitignore
2019-01-30 20:51:51 +01:00
alphanu1
e533dda94a
Merge pull request #96 from libretro/master
...
update
2019-01-30 19:23:12 +00:00
Twinaphex
ae9acec62d
Merge pull request #8127 from orbea/qb
...
qb: Clean up.
2019-01-30 19:27:13 +01:00
Twinaphex
e4d8b8445e
Merge pull request #8128 from hizzlekizzle/master
...
update slang blacklist for wiiu
2019-01-30 19:27:04 +01:00
natinusala
c0dde586a0
libnx: Remove HAVE_CHD due to static conflicts between different cores
2019-01-30 19:11:11 +01:00
natinusala
10cd3b0d2c
Add assets to the gitignore
2019-01-30 19:10:44 +01:00
hizzlekizzle
74526ca140
update slang blacklist for wiiu
2019-01-30 12:00:28 -06:00
Yoshi Sugawara
e039472300
Merge remote-tracking branch 'upstream/master' into tvos2
2019-01-30 07:50:26 -10:00
Yoshi Sugawara
3aeedeb0a3
added release scheme for tvOS, made modules directory an empty directory that would be part of the checkout
2019-01-30 07:49:55 -10:00
orbea
7d106545eb
qb: Clean up.
2019-01-30 08:34:06 -08:00
Twinaphex
9091a53497
Merge pull request #8126 from orbea/win32
...
qb: Don't force threads for win32.
2019-01-30 16:47:59 +01:00
orbea
921104a4fb
qb: Don't force threads for win32.
2019-01-30 07:22:32 -08:00
Twinaphex
51cfc84b88
Merge pull request #8063 from Tony556/master
...
(Menu) Added toggle menu option for "Down+Select"
2019-01-30 16:20:24 +01:00
Twinaphex
6dabd46220
Merge pull request #8123 from orbea/qb
...
qb: Extend check_enabled.
2019-01-30 15:54:32 +01:00
Yoshi Sugawara
57c6686a19
fixed setting CFDocumentDirectory to not be iOS specific and respect other apple environments
2019-01-30 00:35:51 -10:00
Yoshi Sugawara
ef0cfb2504
Merge remote-tracking branch 'upstream/master' into tvos2
2019-01-30 00:34:05 -10:00
Brad Parker
f8ba41d76e
C89 buildfix
2019-01-29 21:24:22 -05:00
Twinaphex
21f043201d
Merge pull request #8119 from jdgleaver/rgui-wallpaper
...
(RGUI) Overhaul custom theme interface + add wallpaper support
2019-01-30 02:48:06 +01:00
orbea
8e798405ad
qb: Extend check_enabled.
...
This also disables vulkan support when threads are also disabled.
Fixes https://github.com/libretro/RetroArch/issues/8091
2019-01-29 17:06:49 -08:00
Twinaphex
5302a1e61c
Merge pull request #8120 from orbea/qb
...
qb: Workaround mali bug.
2019-01-29 21:37:21 +01:00
Yoshi Sugawara
b3703a1f2e
iOS: fixed target membership of assets, added debug and release schemes for iOS
2019-01-29 10:31:04 -10:00
Yoshi Sugawara
a18512375b
Support for tvOS
...
- add tvOS target
- support code signing tvOS cores by adding an argument to the code signing cores script
- use NSCachesDirectory for the documents directory
- add some mfi controller handling logic to set non-game controllers to the last index to avoid interfering with operation
- autodetect mfi controller for apple tv on startup - added autodetect to hid joypad
- added a webserver to transfer files for tvOS
- xcode: clean up project, remove unused folders
- remove HAVE_MATERIALUI setting for tvos build, make it use XMB as default
- added retroarch app icon courtesy of @MrJs
- added auto-detect of mfi controller for apple tv
2019-01-29 10:13:46 -10:00
orbea
1a28b06935
qb: Workaround mali bug.
...
Some systems have egl libarries, but no pkgconfig file to find them.
Fixes https://github.com/libretro/RetroArch/issues/8114
2019-01-29 10:16:06 -08:00
jdgleaver
99fa2b54eb
(RGUI) Overhaul custom theme interface + add wallpaper support
2019-01-29 17:20:46 +00:00
Twinaphex
d357cf9986
Merge pull request #8118 from natinusala/master
...
menu_entry: hide password values
2019-01-29 11:20:42 +01:00
natinusala
bf98664b15
menu_entry: hide password values
2019-01-29 10:34:58 +01:00
twinaphex
406d927f6b
(D3D11) Comment out performance counter
2019-01-29 08:57:06 +01:00
Twinaphex
753552bd40
Merge pull request #8115 from orbea/qb2
...
makefile.common: Clean up SDL conditionals.
2019-01-29 05:50:27 +01:00
Twinaphex
bb134d2f66
Merge pull request #8117 from hizzlekizzle/master
...
remove conditional hiding CRT SwitchRes options
2019-01-29 05:50:12 +01:00
hizzlekizzle
7ac95f724a
add more dependencies to debian build
2019-01-28 21:25:34 -06:00
Brad Parker
deb35e01a8
fix double-free in cheat manager
2019-01-28 21:49:06 -05:00
hizzlekizzle
a80e15f135
remove conditional hiding CRT SwitchRes options
...
Since RPi will support switching without X, these options need to be visible even when there's no display server
2019-01-28 18:42:23 -06:00
Brad Parker
c455a86545
wiiu: fix include path to peglib for slang-parse
2019-01-28 14:43:42 -05:00