Commit Graph

16407 Commits

Author SHA1 Message Date
twinaphex
b777f019bf Create video_shader_driver_get_current_shader 2015-02-14 05:24:20 +01:00
Twinaphex
7eef22dbe0 Merge pull request #1416 from iKarith/master
Merge of Geoff's updates
2015-02-14 03:51:37 +01:00
T. Joseph Carter
8f4b2390b9 Merge branch 'master' of https://github.com/iKarith/RetroArch 2015-02-13 18:48:15 -08:00
Joseph Carter
bfef061618 Merge pull request #1 from GeoffreyPlitt/master
Merge Geoff's updates
2015-02-13 18:47:26 -08:00
T. Joseph Carter
6a6d236755 Merge branch 'master' of https://github.com/libretro/RetroArch 2015-02-13 18:38:43 -08:00
twinaphex
94e1a339df Rename menu_action.c to menu_setting.c 2015-02-14 01:51:28 +01:00
T. Joseph Carter
59e348755b Merge branch 'master' of https://github.com/libretro/RetroArch 2015-02-13 16:12:16 -08:00
twinaphex
7d32b27024 (RMenu) Build fixes 2015-02-14 00:51:17 +01:00
twinaphex
df35e9fb75 Refactor menu_navigation.c 2015-02-14 00:47:42 +01:00
Geoffrey Plitt
66d93a97dc added linux build instructions, Vagrantfile to prove it, and updated .gitignore 2015-02-13 14:43:07 -08:00
twinaphex
7df7201b31 Go through menu_driver_resolve 2015-02-13 23:41:34 +01:00
twinaphex
6815604d70 Don't access driver.menu directly 2015-02-13 23:30:10 +01:00
Geoffrey Plitt
0861fe2bdf adding circle.yml 2015-02-13 13:36:45 -08:00
Geoffrey Plitt
4d2a5a6ee2 added Mac build instructions 2015-02-13 13:24:21 -08:00
twinaphex
fbff296638 (RMenu) Fixes 2015-02-13 20:30:06 +01:00
twinaphex
778f67dcad (PS3) Silence warnings 2015-02-13 20:28:49 +01:00
Twinaphex
f3a579260b (iOS) Cleanups in menu.m 2015-02-13 20:23:23 +01:00
twinaphex
31b272f25a Don't pass menu_handle_t * state around 2015-02-13 20:19:20 +01:00
twinaphex
55844f06d7 Cleanups - start using menu_driver_resolve everywhere in menu
code for safety reasons
2015-02-13 20:04:50 +01:00
twinaphex
8568732234 (menu_entries_cbs.c) Avoid passing 'menu' handle around 2015-02-13 19:49:32 +01:00
twinaphex
6a68b56e71 Don't pass driver.menu to menu_database_realloc 2015-02-13 19:46:07 +01:00
twinaphex
4bc117222b Cleanup menu_entries_cbs.c - don't use driver.menu directly -
always go through menu_driver_resolve
2015-02-13 19:44:08 +01:00
twinaphex
d1483d1530 (GX) Buildfix 2015-02-13 19:11:53 +01:00
twinaphex
4d31687899 Create menu_driver_resolve to avoid having to pass state pointer
around between functions
2015-02-13 19:00:59 +01:00
Twinaphex
ea6b36fe2a Merge pull request #1415 from lioncash/prototype
Apply static to some local-only functions
2015-02-13 16:02:21 +01:00
Twinaphex
f7ebfc4bec Merge pull request #1414 from lioncash/unused
menu_entries_cbs: Remove unused variables
2015-02-13 16:00:31 +01:00
Lioncash
55e9c2b593 Apply static to some local-only functions 2015-02-13 09:54:45 -05:00
Lioncash
9ef984d525 menu_entries_cbs: Remove unused variables 2015-02-13 09:48:07 -05:00
twinaphex
56cce66121 Add button description to 'Help' 2015-02-13 04:54:42 +01:00
twinaphex
d489984486 Rename some settings 2015-02-13 04:46:34 +01:00
twinaphex
3feb89a8b2 (XMB) Rename 'Core Informations' 2015-02-13 04:03:52 +01:00
twinaphex
481570d822 (Menu) Fix labels 2015-02-13 03:38:28 +01:00
twinaphex
650ce81d74 Move Database Manager/Cursor Manager to 'Management' 2015-02-13 03:20:25 +01:00
twinaphex
d8294c8dc0 Move Options to new category 2015-02-13 02:59:13 +01:00
twinaphex
948847edc1 (GL) Style nits 2015-02-13 02:21:54 +01:00
twinaphex
fafd472b2f (GL) Refactor gl_check_fbo_dimensions 2015-02-13 02:02:03 +01:00
twinaphex
748556dd57 (gl_common.c) Cleanups 2015-02-13 01:50:44 +01:00
twinaphex
f3315c256e (GLUI) Hookup load_wallpaper - and also free background image
at exit
2015-02-13 00:20:39 +01:00
twinaphex
e58c1491a2 Selecting wallpaper now directly changes background image -
implemented only for XMB so far, GLUI coming up next
2015-02-13 00:12:15 +01:00
twinaphex
8bac249bb8 gl_load_texture_data - take out early return 2015-02-12 23:43:34 +01:00
twinaphex
025cb112d3 Move spacing to 'icon' 2015-02-12 23:38:44 +01:00
twinaphex
7daf9fae03 Fix crash on startup with threaded video 2015-02-12 21:58:35 +01:00
twinaphex
c7d5b82cce (XMB) Refactor vspacing/hspacing 2015-02-12 20:26:04 +01:00
twinaphex
073e683846 Organize variables in struct some more 2015-02-12 20:23:14 +01:00
twinaphex
41f1ffe0bb Have a clear distinction between 'settings' and 'options' 2015-02-12 19:52:57 +01:00
Twinaphex
8b439f3e6b Merge pull request #1412 from lakkatv/xmb
(XMB) Move the savestate and loadstate entries on top of the contextual ...
2015-02-12 19:40:10 +01:00
twinaphex
50c89847f0 Backport new element display settings to GLUI/RGUI 2015-02-12 19:35:24 +01:00
Jean-André Santoni
2107273898 (XMB) Move the savestate and loadstate entries on top of the contextual menu 2015-02-12 19:34:28 +01:00
Twinaphex
fc4c5ffa7c Merge pull request #1411 from lakkatv/look
(XMB) Add a setting to display or hide the core name and core version
2015-02-12 19:27:21 +01:00
twinaphex
9c29348305 (XMB) Reorganize some more settings in struct 2015-02-12 19:27:13 +01:00