14634 Commits

Author SHA1 Message Date
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
twinaphex
3cbb5ad1f1 Flesh out setting_data_action_action_ok 2014-10-23 01:58:23 +02:00
twinaphex
4cc22de045 Get rid of 'get_label' entry that is no longer necessary 2014-10-23 01:55:02 +02:00
twinaphex
39c45133a2 Reimplement Save State options in main menu 2014-10-23 01:53:24 +02:00
twinaphex
8bb99534cc Convert more actions in the main menu to CONFIG_ACTION 2014-10-23 00:51:11 +02:00
twinaphex
32af71a9ca Start adding new setting type - ST_ACTION 2014-10-23 00:10:58 +02:00
twinaphex
273c81ae96 Rename 'Player' to 'User' 2014-10-22 23:44:24 +02:00
twinaphex
44be548062 (OSX) Works again on OSX 10.6 2014-10-22 21:29:43 +02:00
twinaphex
ae1a1dfe39 (XIB) Put back 'Unload' option 2014-10-22 20:27:14 +02:00
twinaphex
b4b5d6bdd0 Revert to earlier XIB that was still Xcode 3.2-compatible 2014-10-22 20:25:19 +02:00
Twinaphex
e1700fdbe9 (XIB) Try to make MainMenu.xib backwards compatible with all 2014-10-22 20:14:44 +02:00
Twinaphex
9ca75b3695 (OSX) Set deployment target to 10.5 2014-10-22 20:08:11 +02:00