13768 Commits

Author SHA1 Message Date
aliaspider
e34402e98e (Lakka) fix segfault. 2014-10-09 01:32:56 +01:00
twinaphex
a5d457728c (Lakka) Take out dead font driver code 2014-10-09 02:20:07 +02:00
twinaphex
3ba45d3eae Create init_lists in menu display driver 2014-10-09 01:31:11 +02:00
Jean-André Santoni
c162510005 (XMB) Make functions static 2014-10-09 01:24:54 +02:00
Jean-André Santoni
7018d58731 (XMB) Initial commit 2014-10-09 01:21:22 +02:00
twinaphex
8cb7620f0c list_mainmenu and list_settings already get initialized by
menu_entries_push_list
2014-10-09 01:04:54 +02:00
twinaphex
7053b97163 setting_data_get_list - make list pointer being returned no longer static 2014-10-09 00:53:13 +02:00
twinaphex
e5ab079298 Maintain two rarch_setting_t * lists in driver.menu - one
for main menu and the other for settings menu - regenerate these
when needed
2014-10-09 00:50:35 +02:00
twinaphex
1fe95bdafb Create menu_init_list and menu_free_list 2014-10-09 00:23:39 +02:00
twinaphex
5d558497af Simplify init_core 2014-10-08 23:29:24 +02:00
twinaphex
80578199f6 Reduce calls to 'draw_frame' to one 2014-10-08 21:43:19 +02:00
Twinaphex
fb5510f2ac Merge pull request #1104 from timostrunk/cleanup_zip
With need_fullpath == True and a zipped game image, RA did not clean up ...
2014-10-08 20:23:51 +02:00
twinaphex
5774080046 Put some safety checks in core_options.c functions 2014-10-08 18:37:09 +02:00
twinaphex
bb7b3a0d70 Add RARCH_CMD_OVERLAY_NEXT 2014-10-08 18:26:46 +02:00
twinaphex
1c3243d457 Provide explanation for not performing RARCH_CMD_FULLSCREEN_TOGGLE 2014-10-08 18:23:16 +02:00
twinaphex
54d130838a More name uniformity in font renderer implementation functions 2014-10-08 18:19:05 +02:00
twinaphex
1cee15a118 Uniquely name each static function for GLX context driver 2014-10-08 18:12:18 +02:00
twinaphex
8cbeeab39f Create unique names for context driver static functions - needed
for Griffin builds
2014-10-08 18:09:01 +02:00
Timo Strunk
ba8a5e564b With need_fullpath == True and a zipped game image, RA did not clean up properly afterwards. Now the image is deleted again after exit. 2014-10-08 17:53:40 +02:00
twinaphex
f30042ff03 If video driver/video context driver doesn't support windowed mode,
then treat RARCH_CMD_FULLSCREEN_TOGGLE as no-op
2014-10-08 17:30:05 +02:00
twinaphex
bcd5f8aa5b Add has_windowed to video driver and graphics context driver 2014-10-08 17:23:02 +02:00
twinaphex
c35d25c76e Add RARCH_CMD_NETPLAY_FLIP_PLAYERS and RARCH_CMD_FULLSCREEN_TOGGLE 2014-10-08 16:41:08 +02:00
twinaphex
4bd018257e Add RARCH_CMD_GRAB_MOUSE_TOGGLE 2014-10-08 16:18:18 +02:00
twinaphex
b3309d2132 Create RARCH_CMD_PAUSE_TOGGLE 2014-10-08 16:12:00 +02:00
twinaphex
35cda4b78b Create RARCH_CMD_AUDIO_MUTE_TOGGLE 2014-10-08 16:07:19 +02:00
Twinaphex
57cc2ea18d Merge pull request #1103 from a-shark/master
Add support for more Network Commands.
2014-10-08 14:20:33 +02:00
a-shark
4439644e69 Add support for more Network Commands. 2014-10-07 23:04:46 -05:00
twinaphex
f9da3f37c4 Avoid usage of term 'emulator' 2014-10-08 04:56:09 +02:00
twinaphex
7391b7573b (Menu) Remove menu->last_time - unused 2014-10-08 04:44:43 +02:00
Twinaphex
af501a2b80 Merge pull request #1102 from aliaspider/master
stop using thr->frame.within_thread for thread_set_osd_msg.
2014-10-08 04:04:56 +02:00
aliaspider
0089087777 stop using thr->frame.within_thread for thread_set_osd_msg.
TODO: find a more reliable way to determine if the calling thread is the
video driver thread or not.
2014-10-08 03:02:04 +01:00
Twinaphex
6e96fac22c Merge pull request #1101 from fr500/master
fix issue 1097
2014-10-08 03:23:41 +02:00
AndresSM
a637afca04 Merge branch 'master' of github.com:fr500/RetroArch 2014-10-07 20:21:00 -05:00
AndresSM
7249ebc00c fix disk_next, add option for disk_prev 2014-10-07 20:19:12 -05:00
Twinaphex
1898bd93b1 (iOS) Menu - cleanup 2014-10-08 02:50:54 +02:00
twinaphex
7babf3c65f (iOS) Hide Quit RetroArch option for iOS 2014-10-08 02:46:46 +02:00
twinaphex
4100f40373 (Menu) Cleanup 2014-10-08 02:46:46 +02:00
Twinaphex
3ce378d264 (OSX/iOS) Build fixes for changes in setting_data_get_list 2014-10-08 02:42:41 +02:00
twinaphex
da3734e8c7 Add mask parameter to setting_data_get_list 2014-10-08 02:13:07 +02:00
twinaphex
fd50638b8f Combine some flags and reduce calls to 'add_flags' function 2014-10-08 01:52:56 +02:00
twinaphex
92fdae904d Cleanup settings_data.c 2014-10-08 01:18:31 +02:00
twinaphex
150539decc Take out header include in frontend.c 2014-10-08 01:08:16 +02:00
twinaphex
4063f4adb1 (Menu/Settings) Represent input setting options with 'player' index prefix 2014-10-07 23:50:09 +02:00
twinaphex
9b149721dd (Settings_data) Iterate over all Player Index settings 2014-10-07 23:44:04 +02:00
twinaphex
79350540ec Refine some command in setting_data_append_list_input_options 2014-10-07 23:38:32 +02:00
twinaphex
0e2ce4d8d3 (Menu) Input Options and Shader Options don't go through settings list
yet, so put them back in menu_common_type_is
2014-10-07 23:09:21 +02:00
twinaphex
7daf5874e1 Dehardcode some code in menu_common_type_is 2014-10-07 22:52:31 +02:00
twinaphex
0e31f60ad1 Dehardcode some code in menu_entries.c 2014-10-07 22:48:57 +02:00
Twinaphex
7270f8982a (OSX) Get rid of unused variable warnings for now on OSX 2014-10-07 16:51:25 +02:00
Twinaphex
931bc28236 (Null gfx context driver) Prevent excess elements when HAVE_EGL is not defined 2014-10-07 16:49:56 +02:00