34895 Commits

Author SHA1 Message Date
lasers
16eebb3f58 Add Systematic Theme 2016-12-08 23:39:39 -06:00
Twinaphex
baff9b6742 Merge pull request #4193 from lasers/sublabel-config
Align information for Settings->Configuration
2016-12-09 04:16:06 +01:00
Twinaphex
74aa251f8b Merge pull request #4189 from lasers/sublabel-config
Add sublabel for Configuration+(s)
2016-12-09 03:59:02 +01:00
lasers
b7dd1a7dbb Align information for Settings->Configuration 2016-12-08 20:20:11 -06:00
Twinaphex
a1f0b5464b Merge pull request #4192 from loganmc10/patch-4
Don't define HAVE_OPENGLES2 for Android if GLES=3
2016-12-08 23:45:11 +01:00
lasers
d2fb24d4df Add information for Settings->Configuration 2016-12-08 16:25:27 -06:00
Logan McNaughton
0b0bdadeee Don't define HAVE_OPENGLES2 for Android if GLES=3 2016-12-08 15:22:00 -07:00
lasers
10e2c5ae4a Add information for Netplay->ScanLocalNetwork 2016-12-08 15:59:21 -06:00
lasers
1d38dbaa34 Clean up Keyboard Overlay Preset 2016-12-08 15:18:40 -06:00
lasers
ce4cd8fe25 Rename Configuration sublabel 2016-12-08 13:18:11 -06:00
lasers
1283539dd2 Rename Configurations sublabel 2016-12-08 13:10:25 -06:00
lasers
8a6e414fc6 Rename User sublabel 2016-12-08 13:09:50 -06:00
Twinaphex
b3f62fe49b Merge pull request #4191 from hizzlekizzle/master
Add ChipTuneEnhance.dsp
2016-12-08 18:57:29 +01:00
hizzlekizzle
bf0d21521c Create ChipTuneEnhance.dsp 2016-12-08 11:36:17 -06:00
lasers
1e571399fe Clean up Configuration on Exit 2016-12-08 09:48:19 -06:00
lasers
aa2b20f14d Add sublabel for Configuration+(s) 2016-12-08 09:44:02 -06:00
twinaphex
b0fcdf9db4 Wrong usage of enum 2016-12-08 03:02:30 +01:00
Twinaphex
91dd0756dd Merge pull request #4182 from lasers/patch-2
replace hardcoded "lpl" with FILE_PATH_LPL_EXTENSION_NO_DOT
2016-12-07 21:10:21 +01:00
Twinaphex
00fb27cfdc Merge pull request #4181 from markwkidd/patch-1
replace hardcoded "lpl" with FILE_PATH_LPL_EXTENSION_NO_DOT
2016-12-07 21:07:26 +01:00
lasers
d1ff9ea065 replace hardcoded "lpl" with FILE_PATH_LPL_EXTENSION_NO_DOT 2016-12-07 14:07:22 -06:00
markwkidd
39a92f889a replace hardcoded "lpl" w/FILE_PATH_LPL_EXTENSION_NO_DOT 2016-12-07 14:47:43 -05:00
Twinaphex
a1b67c60be Merge pull request #4180 from loganmc10/patch-3
Fix GL_CAPS_ARGB8
2016-12-07 20:37:25 +01:00
Logan McNaughton
07a9a75a00 Fix GL_CAPS_ARGB8
ARM_argb8 should be ARM_rgba8, and GLES3 always supports this feature
2016-12-07 12:34:02 -07:00
Twinaphex
9656c5e7a1 Merge pull request #4177 from loganmc10/patch-2
Use RGBA8 for FBO texture internal format on GLES3
2016-12-07 19:55:57 +01:00
Logan McNaughton
b275b2e113 Use RGBA8 for FBO texture internal format on GLES3
GLES3 supports GL_RGBA8 as an internal format for textures.

Using the sized format (RGBA8 instead of RGBA) allows more flexibility. In my case I am trying to use glCopyImageSubData and it only works on textures with sized internal formats.
2016-12-07 11:22:24 -07:00
Twinaphex
3600e29bbb Merge pull request #4174 from lasers/update-cfg
Update skeleton cfg (download directory)
2016-12-07 16:38:28 +01:00
lasers
5074139acf Update skeleton cfg (download directory) 2016-12-07 06:13:40 -06:00
twinaphex
6200c3a1e0 Clean up mutex functions 2016-12-07 08:51:38 +01:00
twinaphex
e95cd1cbd1 (audio_driver.c) Cleanups, remove unused functions 2016-12-07 08:46:21 +01:00
twinaphex
4971fc53b5 Delete unused runloop_msg_queue_pull 2016-12-07 08:27:06 +01:00
twinaphex
e32d93d886 Remove functions 2016-12-07 08:14:04 +01:00
twinaphex
04a3c3f15e Remove unused function input_driver_unset_flushing_input 2016-12-07 08:11:59 +01:00
twinaphex
dc7549434f Add headers 2016-12-07 08:10:02 +01:00
twinaphex
a12d0d082d Move input_translate_coord_viewport to video_driver.c 2016-12-07 08:07:11 +01:00
hizzlekizzle
2d0caf522b Change number of combo choices from 3 to 4
This was causing the start+select combo to not actually be selectable.
2016-11-27 10:10:32 -06:00
twinaphex
42a3ec2cf7 Do conditional check before calling function 2016-11-27 15:43:00 +01:00
twinaphex
5b2c4db656 (libretro-common) Fix header 2016-11-27 15:35:04 +01:00
twinaphex
44131ff639 (input_overlay.c) Prevent crashes 2016-11-27 15:34:19 +01:00
twinaphex
4e8bb52038 (input_overlay.c) Remove more hacks 2016-11-27 15:21:53 +01:00
twinaphex
267fdbe21e (input_overlay.c) remove more hacks 2016-11-27 15:17:44 +01:00
twinaphex
7f339a8f84 More hacks from input_overlay.c removed 2016-11-27 15:12:48 +01:00
twinaphex
bbb2ffea9c Remove nasty input overlay hack for input_overlay_set_scale_factor 2016-11-27 15:10:09 +01:00
twinaphex
e9846aae68 (Android) Remove unused variables 2016-11-27 15:02:14 +01:00
twinaphex
4029709658 Fix warning 2016-11-27 14:50:42 +01:00
twinaphex
c393a1a99f Remove unused variables 2016-11-27 14:43:35 +01:00
twinaphex
d26a213971 CXX_BUILD fixes 2016-11-27 13:30:35 +01:00
radius
269c32ae38 Revert "dehardcode core path on android"
This reverts commit 19def60d5e1f0c0b3b6eb4535f88a9750d974871.
2016-11-26 21:53:58 -05:00
twinaphex
1ab6cc5b47 Remove dead OSK code 2016-11-27 02:52:13 +01:00
twinaphex
80798ab924 Remove hacky 'OSK Keyboard' overlay 2016-11-27 02:46:09 +01:00
Twinaphex
b7127472db Merge pull request #4077 from leiradel/master
Fix infinite loop with some NES ROMs
2016-11-27 02:10:52 +01:00