Commit Graph

14889 Commits

Author SHA1 Message Date
Andrés Suárez
4f46f8bed0 Fix shader parameter issues 2014-10-29 23:15:25 -05:00
twinaphex
595a2e80b9 (Shader) Parameter pointer variable should be a local scoped variable 2014-10-30 05:00:13 +01:00
twinaphex
95c774ef74 (libretro SDK) scaler_ctx_scale - add early return in case ctx is NULL 2014-10-30 04:04:20 +01:00
twinaphex
6056a52dfe Update SDK 2014-10-29 20:35:28 +01:00
twinaphex
811280f048 (Filters) Hardcode amount of threads for blargg_ntsc_snes to 1 for stability
reasons
2014-10-29 08:16:45 +01:00
twinaphex
4a45308016 Rename gfx/filters and audio/filters to gfx/video_filters and audio/audio_filters
respectively
2014-10-29 07:51:23 +01:00
twinaphex
557d2472df Update default shader dir - becomes media/shaders_cg 2014-10-29 07:44:06 +01:00
twinaphex
82f4f1a83a (OSX) Add default video filter dir for OSX 2014-10-29 07:42:07 +01:00
twinaphex
9c5f92c883 Get rid of some dead code 2014-10-29 07:39:22 +01:00
twinaphex
9ffa12c20a Don't set default overlay by default - only for RARCH_MOBILE 2014-10-29 07:37:47 +01:00
Twinaphex
0fafabd851 (OSX) Start setting up default dirs for OSX - do it lazy and just
include them all inside the app bundle's 'modules' dir
2014-10-29 07:36:15 +01:00
twinaphex
ff55840703 (OSX) Hook up basicEvent to Toggle Exclusive Full Screen 2014-10-29 06:43:06 +01:00
Twinaphex
4f84cfe7e8 (OSX) Hook up cases 20 for basicEvent 2014-10-29 06:41:45 +01:00
twinaphex
7697287764 (OSX) Add 'Toggle Exclusie Fullscreen' 2014-10-29 06:40:33 +01:00
Twinaphex
b27aa5e8e1 (Apple) Hook up RARCH_CMD_RESIZE_WINDOWED_SCALE 2014-10-29 06:34:07 +01:00
twinaphex
9b4c794261 Add RARCH_CMD_RESIZE_WINDOWED_SCALE 2014-10-29 06:26:08 +01:00
twinaphex
8ae32d6bd6 (XIB) Windowed Scale - add options to XIB 2014-10-29 06:21:14 +01:00
twinaphex
662d0cd27e Fix RARCH_CMD_MENU_TOGGLE 2014-10-29 06:07:17 +01:00
Twinaphex
3fce1828ff (OSX) basicEvent - Fix implementation of case 7 and 9 2014-10-29 06:05:50 +01:00
twinaphex
06c58ecbd9 Add RARCH_CMD_MENU_TOGGLE 2014-10-29 06:00:14 +01:00
twinaphex
55981aa0d3 Add message queue message in case Disk Options is not supported
and we call rarch_main_command for eject toggling/next disk/prev disk
2014-10-29 05:57:28 +01:00
twinaphex
8db19cd5ef rarch_main_command actually does the pause toggling now 2014-10-29 05:54:29 +01:00
twinaphex
918e9efd4a (OSX) (XIB) Add 'Pause Toggle' - still not working 2014-10-29 05:21:36 +01:00
Twinaphex
ab7d01ba8a (OSX) Add case 9 to basicEvent 2014-10-29 05:11:32 +01:00
Twinaphex
6892bf30d3 (OSX) Start expanding basicEvent 2014-10-29 05:09:37 +01:00
twinaphex
24f554cb7d (Apple) XIB - Update Reset entry 2014-10-29 05:05:48 +01:00
twinaphex
98c6973f6f (Apple) Update XIB 2014-10-29 05:03:50 +01:00
twinaphex
c866f83f2a (Apple) Update XIB pt. 2 2014-10-29 04:27:40 +01:00
twinaphex
c2a7aaa817 (Apple) Update XIB 2014-10-29 04:24:04 +01:00
twinaphex
29acbacdcf (Apple) (XIB) Change 'Core' to 'Command' 2014-10-29 03:56:12 +01:00
twinaphex
e077f9c0a1 (XIB) Change labels somewhat 2014-10-29 03:53:26 +01:00
twinaphex
44eedf3f73 (XIB) Remove Unload Core option in XIB 2014-10-29 03:50:28 +01:00
Twinaphex
9b23b34f1f Merge pull request #1215 from heuripedes/master
(qb) Add header argument to check_lib
2014-10-29 01:34:09 +01:00
Higor Eurípedes
7a9cd53f15 (qb) Add header argument to check_lib 2014-10-28 22:30:29 -02:00
Twinaphex
a43d338422 Merge pull request #1214 from heuripedes/master
(qb) Fix OS detection under MinGW
2014-10-29 00:28:21 +01:00
Higor Eurípedes
72404e29dd (qb) Fix OS detection under MinGW 2014-10-28 21:27:14 -02:00
twinaphex
ab6d6f53c1 Refactor menu_action.c 2014-10-28 22:32:00 +01:00
twinaphex
b1e41518ac (menu_action.c) Cleanup 2014-10-28 21:53:26 +01:00
twinaphex
17dde1c5cc Refactor away menu_action_setting_set_current_string_based_on_label 2014-10-28 21:49:50 +01:00
twinaphex
576a362032 Move menu_action_setting_set_current_string to menu_entries_cbs.c 2014-10-28 21:47:30 +01:00
twinaphex
7f3c1a9f33 Refactor setting_set_flags 2014-10-28 21:17:01 +01:00
twinaphex
2436352af1 Move function from menu_action.c to menu_entries_cbs.c and make
static
2014-10-28 20:15:38 +01:00
twinaphex
7248e45f81 Refactor menu_action_handle_setting 2014-10-28 20:12:21 +01:00
twinaphex
074aa76b90 (PS3) Build fix 2014-10-28 20:05:28 +01:00
twinaphex
da746a9f47 (Android) Build fix 2014-10-28 20:04:33 +01:00
twinaphex
34b95bbf31 (menu_entries_cbs.c) Cleanups 2014-10-28 20:03:25 +01:00
Twinaphex
1f3faac713 (Apple) Build fixes 2014-10-28 19:57:22 +01:00
twinaphex
4f40c14d69 Move menu code up one root dir 2014-10-28 19:54:23 +01:00
twinaphex
4b8473f733 Remove header incldue frontend_context.h from frontend/frontend.h 2014-10-28 19:45:06 +01:00
twinaphex
125dc00514 Remove another header include in menu_common.c 2014-10-28 19:43:27 +01:00