Commit Graph

48006 Commits

Author SHA1 Message Date
Vladimir Serbinenko
fa1603127f Fix keyboard on Android
This bug interferes with my BK-0010 libretro port.
2019-03-12 23:45:52 +01:00
twinaphex
3d06b4aee2 Add comment about hack 2019-03-12 21:47:35 +01:00
Twinaphex
911a6a905b
Merge pull request #8454 from cold-brewed/macosgltempfix
(macOS) Add temporary GL hack
2019-03-12 21:44:36 +01:00
Twinaphex
885b9cb9b7
Merge pull request #8453 from bparker06/device_vibrate
add device vibration option for cores that support rumble
2019-03-12 20:26:09 +01:00
Brad Parker
954c54baee add device vibration option for cores that support rumble (with initial android implementation) 2019-03-12 13:07:16 -04:00
cold-brewed
8a6de4adfb (macOS) Add temporary GL hack 2019-03-11 19:16:59 -04:00
twinaphex
34f4d5ed0e Cleanups 2019-03-11 18:33:24 +01:00
twinaphex
03ba1153a4 Prevent more HAVE_NETWORKING handling errors 2019-03-11 18:04:06 +01:00
twinaphex
6ba6f9e3ec (D3D9) Some buildfixes for C89 2019-03-11 17:07:49 +01:00
twinaphex
3ddbb0bc4a Add HAVE_NETWORKING ifdefs 2019-03-11 16:59:17 +01:00
Twinaphex
82ce70eab8
Merge pull request #8446 from natinusala/master
ozone: more fixes
2019-03-11 16:48:52 +01:00
natinusala
b193bb7fb8 ozone: add core name wrapping for content metadata 2019-03-11 16:41:07 +01:00
natinusala
51cf8b6bfe ozone: fix the no thumbnail available message position 2019-03-11 16:28:54 +01:00
natinusala
89c8239ecb ozone: fix sublabels again 2019-03-11 16:28:54 +01:00
twinaphex
e961dadc94 Enable HAVE_OPENGL1 by default - will return to this in case there
are issues with it
2019-03-11 15:10:42 +01:00
Twinaphex
7d9c7ba1f7
Merge pull request #8445 from jdgleaver/runtime-log-dir
Enable configuration of runtime log directory
2019-03-11 15:03:52 +01:00
Twinaphex
3ab981f292
Merge pull request #8444 from natinusala/master
ozone: thumbnails support and various improvements
2019-03-11 15:03:13 +01:00
twinaphex
104508a29c (GL core) Fix menu widgets 2019-03-11 14:57:25 +01:00
natinusala
bfe4b444af Adjust PL_LABEL_SPACER_MAXLEN following the ozone spacer removal 2019-03-11 14:48:35 +01:00
natinusala
a60cc08063 ozone: adjust playtime condition 2019-03-11 14:35:46 +01:00
natinusala
75190c9226 ozone: cleanup 2019-03-11 13:58:24 +01:00
natinusala
e3907f2380 ozone: add Y and X to hint bar 2019-03-11 13:58:24 +01:00
natinusala
eb7797daa5 ozone: fix sublabels wrapping 2019-03-11 13:58:24 +01:00
natinusala
f06d955996 ozone: rename and hide some thumbnails settings 2019-03-11 13:58:24 +01:00
natinusala
222b7e7be0 ozone: complete content metadata section 2019-03-11 13:58:24 +01:00
natinusala
adb8714105 ozone: add a no thumbnail available icon 2019-03-11 13:58:24 +01:00
natinusala
57dd10b5eb ozone: first pass of thumbnails support 2019-03-11 13:58:24 +01:00
natinusala
ddc21520dc ozone: fix ticker length 2019-03-11 13:58:24 +01:00
natinusala
6ec86d65c5 ozone: make the sidebar collapse only if the highlight is in the main entries 2019-03-11 13:58:24 +01:00
natinusala
409db3b1c2 ozone: add right sidebar capability 2019-03-11 13:58:24 +01:00
natinusala
279a2d58db ozone: add a setting to have the sidebar always collapsed 2019-03-11 13:58:24 +01:00
natinusala
be47416f84 ozone: add collapsing sidebar in playlists 2019-03-11 13:57:58 +01:00
jdgleaver
c05548e2ab Enable configuration of runtime log directory 2019-03-11 12:52:13 +00:00
Twinaphex
fb6a403220
Merge pull request #8442 from bparker06/vibrate_on_keypress
android: add option to vibrate on touch
2019-03-11 13:30:02 +01:00
Brad Parker
f6dc7f4f02 android: add option to vibrate on touch 2019-03-10 21:36:52 -04:00
Twinaphex
75102a435f
Merge pull request #8437 from DSkywalk/master
X11 auto-repeat event fixed
2019-03-10 23:17:53 +01:00
Twinaphex
031bcf8cbc
Merge pull request #8427 from Themaister/master
Add a new "glcore" driver with slang support.
2019-03-10 23:16:38 +01:00
Twinaphex
0ff2832e83
Merge pull request #8438 from bparker06/netplay_toggle
add hotkey to toggle netplay hosting
2019-03-10 23:16:21 +01:00
Brad Parker
ed5bd8023e Bliss-Box: add PSX Jogcon ID 2019-03-09 18:04:03 -05:00
Brad Parker
19ced73596 add hotkey to toggle netplay hosting 2019-03-09 17:48:03 -05:00
Brad Parker
4bb81bbb1b add F10 hotkey to send debug info, fix F3 hotkey for FPS toggle when inside menu 2019-03-09 16:03:17 -05:00
David Skywalker
83e7fda272 sorry, fixed typo. 2019-03-09 21:29:21 +01:00
Themaister
1d0b3b96e6 Be a bit more pedantic about which contexts are active. 2019-03-09 20:53:29 +01:00
David Skywalker
46036894d4 fix x11 auto-repeat event 2019-03-09 19:06:01 +01:00
Brad Parker
99035dbb0a debuginfo: show firmware files that exist 2019-03-09 12:57:26 -05:00
Twinaphex
c7213c81e3
Merge pull request #8434 from jdgleaver/playlist-db-name
Populate crc32 and db_name fields when adding history/favourites playlist entries
2019-03-09 15:47:47 +01:00
Twinaphex
300e67a133
Merge pull request #8431 from jdgleaver/playlist-show-core-redux
Allow core name to be hidden on history/favorites playlists
2019-03-09 15:46:37 +01:00
jdgleaver
dc8ef72323 Populate crc32 and db_name fields when adding history/favourites playlist entries
playlist.c: Fix silly range check error
2019-03-09 13:58:53 +00:00
Themaister
37298876fc Clear out FBO on startup.
Some cores seem to rely on it?
2019-03-09 13:15:14 +01:00
Themaister
1ba8c626ed Minor build fixes. 2019-03-09 12:42:23 +01:00