13744 Commits

Author SHA1 Message Date
twinaphex
07cd41c46b (XMB) Move another global variable to XMB 2014-10-09 21:57:05 +02:00
twinaphex
fd7824ede5 (XMB) Don't use strcpy - always use strlcpy 2014-10-09 21:52:15 +02:00
twinaphex
f0dca2cc18 (XMB) Some cleanups 2014-10-09 21:47:40 +02:00
Twinaphex
0d9a45cff0 Merge pull request #1109 from lakkatv/xmb
(XMB) Fix setttings values display
2014-10-09 19:22:08 +02:00
Jean-André Santoni
ca11654e49 (XMB) Fix setttings values display 2014-10-09 19:22:42 +02:00
twinaphex
6f84dbd710 apply_deferred_settings - nit 2014-10-09 19:21:44 +02:00
Twinaphex
c1ec8811f3 Merge pull request #1108 from lakkatv/xmb
(XMB) Use the populate entries callback, fixes the segfault
2014-10-09 19:06:20 +02:00
Jean-André Santoni
0dcf1949ad (XMB) Use the populate entries callback, fixes the segfault 2014-10-09 19:06:07 +02:00
Twinaphex
9d1d96dcc6 Merge pull request #1107 from mprobinson/audio-latency
Adjust audio latency without restart
2014-10-09 14:03:45 +02:00
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