13735 Commits

Author SHA1 Message Date
Mike Robinson
b67c86de28 Add support for deferred settings changes, defer audio latency 2014-10-09 11:09:36 +01:00
Mike Robinson
c8b452e5ac Update audio latency without restart using RARCH_CMD_AUDIO_REINIT 2014-10-09 05:16:00 +01:00
Mike Robinson
63741eeb57 Pass flags to init_drivers/uninit_drivers
Allow init/uninit of specific drivers instead of all.
2014-10-09 05:16:00 +01:00
twinaphex
623e19edd5 (XMB) Cleanups 2014-10-09 05:35:18 +02:00
twinaphex
73e6acbc37 (Android) Add HAVE_LAKKA, HAVE_GLUI and HAVE_XMB 2014-10-09 05:24:22 +02:00
Twinaphex
22ad0d5d03 (iOS) Add to iOS solution as well 2014-10-09 05:20:13 +02:00
Twinaphex
eaddc9b625 (Apple) Add HAVE_XMB 2014-10-09 05:14:41 +02:00
Twinaphex
91f2090297 Start adding xmb.c to Apple build 2014-10-09 05:06:32 +02:00
twinaphex
438fcccbbf (XMB) Uniquely name global vertex and tex_coord 2014-10-09 04:51:42 +02:00
twinaphex
84a35d4176 (XMB) Encapsulate everything inside xmb_handle_t struct 2014-10-09 04:34:16 +02:00
Twinaphex
de130dd516 Build fix for non-HAVE_NETPLAY 2014-10-09 04:04:56 +02:00
Twinaphex
060ce68405 (iOS) Build fixes 2014-10-09 04:04:11 +02:00
Twinaphex
d33225d486 (OSX) Fix build 2014-10-09 04:02:48 +02:00
twinaphex
86783713c8 (XMB) Build fixes 2014-10-09 02:58:05 +02:00
Twinaphex
6f951cbd8b Merge pull request #1106 from lakkatv/xmb
Xmb
2014-10-09 02:41:33 +02:00
Jean-André Santoni
fed8744aef (XMB) Vertical animations 2014-10-09 02:41:08 +02:00
Twinaphex
a86d5550a5 Merge pull request #1105 from aliaspider/master
(Lakka) fix segfault.
2014-10-09 02:34:05 +02:00
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