14495 Commits

Author SHA1 Message Date
twinaphex
434460405d (Makefile.win) Add libretro-sdk/include to INCDIR 2014-10-24 18:44:05 +02:00
twinaphex
03327d8924 Implement action Start for User Index 2014-10-24 09:55:33 +02:00
twinaphex
60258889cf Fixup setting_data_action_toggle_bind_device 2014-10-24 09:52:35 +02:00
twinaphex
b38a36b2d6 (Settings) action_toggle_bind_setting - guard against going below 0 when
pressing left
2014-10-24 09:35:05 +02:00
twinaphex
f82fd318d2 Get rid of log spam in input option setting 2014-10-24 09:19:18 +02:00
twinaphex
508890b616 (Input Settings) Hook up Device Index 2014-10-24 09:16:50 +02:00
twinaphex
018a45e908 Update SDK 2014-10-24 08:23:38 +02:00
Twinaphex
3577b76895 (OSX) Use CGLUpdateContext for OSX 10.7 and up 2014-10-24 07:46:17 +02:00
Twinaphex
c496ee71d2 (gfx_context) Fix warnings 2014-10-24 07:26:51 +02:00
twinaphex
bea3c59527 (Wayland context) update/convert 2014-10-24 07:23:10 +02:00
twinaphex
b477e98bb1 (SDL context driver) Convert over 2014-10-24 05:43:47 +02:00
twinaphex
d2df6421dc (DRM KMS) Convert DRM KMS context driver over 2014-10-24 05:20:07 +02:00
Twinaphex
f75af39015 Merge pull request #1187 from aliaspider/master
(menu) fixes menu not being properly hidden after loading/saving a state
2014-10-24 03:26:13 +02:00
aliaspider
6289abc1e0 (menu) fixes menu not being properly hidden after loading/saving a state 2014-10-24 02:24:38 +01:00
twinaphex
46717d1147 Start moving context driver variables to struct that gets
allocated and bound to driver.video_context_data - begin
with GLX context driver first
2014-10-24 03:12:08 +02:00
twinaphex
6eaec2fb97 Update other gfx_ctx_init_first calls 2014-10-24 02:15:30 +02:00
twinaphex
233f933187 Add commented out fallback code in case driver init fails -
as soon as we have fixed the init function in DRM/KMS context
driver we can reconsider enabling this.
2014-10-24 01:40:54 +02:00
twinaphex
4e13828d28 Expand gfx_context with prev/next functions 2014-10-23 23:55:30 +02:00
twinaphex
52052794b2 Refactor gfx_ctx_init_first 2014-10-23 23:09:37 +02:00
twinaphex
af302530ef Rename g_settings.video.gl_context to g_settings.video.context_driver 2014-10-23 22:54:39 +02:00
twinaphex
d5a36fd4af Change video_gl_context to video_context_driver 2014-10-23 22:46:30 +02:00
Twinaphex
3e8db7d9f0 Merge pull request #1186 from lakkatv/xmb
(XMB) Prevent list highlighting
2014-10-23 22:25:58 +02:00
Jean-André Santoni
a0dab8d58e (XMB) Prevent list highlighting 2014-10-23 22:22:25 +02:00
Twinaphex
7f7ea247d3 Rename 'OpenGL Context Driver' to 'video context driver' 2014-10-23 21:12:35 +02:00
Alcaro
c18d75f39d Get rid of fragile escaping shenanigans. 2014-10-23 19:20:33 +02:00
twinaphex
60901771ea (Libretro SDK) Libco - style nits 2014-10-23 08:19:36 +02:00
twinaphex
9354fd05b1 Cleanup headers in menu_entries_cbs.c 2014-10-23 08:07:00 +02:00
twinaphex
c43320f29d Remove MENU_SETTINGS_CUSTOM_BIND_MODE 2014-10-23 08:04:26 +02:00
twinaphex
e978ac8e3c Cleanup to-do note 2014-10-23 08:01:12 +02:00
twinaphex
380041f974 (Menu) Add Bind Mode option 2014-10-23 08:00:45 +02:00
twinaphex
e3f89a77ac (VG) Update driver header include 2014-10-23 07:46:02 +02:00
Twinaphex
8b67da647a Merge pull request #1185 from sergiobenrocha2/master
Fix header path.
2014-10-23 07:43:35 +02:00
sergiobenrocha2
e571d93c66 Fix header path. 2014-10-23 03:30:38 -02:00
Twinaphex
6339313d38 (settings_data.c) Remove unused variables 2014-10-23 07:29:58 +02:00
twinaphex
97c1241a89 Remove driver.menu->current_pad 2014-10-23 07:28:16 +02:00
Twinaphex
c275006e2c Merge pull request #1184 from sergiobenrocha2/master
Fix build with OpenVG enabled, missing header.
2014-10-23 07:26:30 +02:00
twinaphex
871afbb940 (Menu) Add Bind All / Bind Default All options 2014-10-23 07:26:04 +02:00
sergiobenrocha2
a95c3d34f8 Fix build with OpenVG enabled, missing header. 2014-10-23 03:24:14 -02:00
twinaphex
a06201d73b (Input) Add Analog To Digital Type options 2014-10-23 06:24:02 +02:00
twinaphex
6979b62bdc (SDK) Move math/matrix code to SDK 2014-10-23 04:48:34 +02:00
twinaphex
e786288123 Take out some header includes in state_tracker.c 2014-10-23 04:40:47 +02:00
twinaphex
58f09ce79e Move scaler code over to libretro SDK 2014-10-23 04:34:35 +02:00
twinaphex
790775bc5f (filters) Kill some header include dependencies 2014-10-23 04:19:23 +02:00
twinaphex
35a6e586e7 Remove boolean.h - now in libretro SDK 2014-10-23 03:57:21 +02:00
twinaphex
82d64254f4 Fixup some headers 2014-10-23 03:54:18 +02:00
Twinaphex
97776b8438 Merge pull request #1183 from sergiobenrocha2/master
content.h and fix path to config_file.h
2014-10-23 03:52:23 +02:00
twinaphex
fd8a3d94ec Get rid of some scaler header dependencies 2014-10-23 03:52:18 +02:00
twinaphex
2597af8cc5 (OpenVG) Build fix 2014-10-23 03:47:18 +02:00
sergiobenrocha2
1b16487458 content.h and fix path to config_file.h 2014-10-22 23:39:36 -02:00
twinaphex
2cc5eb106b Refactor remaining menu mainlist options to CONFIG_ACTION 2014-10-23 02:04:22 +02:00