Commit Graph

21963 Commits

Author SHA1 Message Date
twinaphex
76fe1163c2 Update scond_wait_timeout 2015-08-27 09:22:03 +02:00
twinaphex
9960d88d32 Add signature for memcpy_neon 2015-08-27 09:15:59 +02:00
twinaphex
1b6f8c9366 Remove AUTHORS - we can lookup contributors on Github and
authors are credited in copyright header files
2015-08-27 09:14:29 +02:00
Alcaro
b238421e28 Put back the echoes because 'Error 1 (ignored)' is slightly more annoying than an extra dot. 2015-08-26 18:06:20 +02:00
Alcaro
2c397e2102 Shove out those echos. 2015-08-26 17:59:39 +02:00
Alcaro
dcf5958d3f Whoops, apparently comments don't work that way... 2015-08-26 17:57:49 +02:00
Alcaro
3f0cae8e95 Fix compilation on native Windows cmd. 2015-08-26 17:52:27 +02:00
Alcaro
ef32e849da Dummy commit to test if the bot is broken. 2015-08-25 12:17:39 +02:00
Twinaphex
05740fc55a (iOS) Buildfix 2015-08-24 01:35:52 +02:00
twinaphex
67afbea0f5 (iOS) Flesh out logger code 2015-08-24 01:32:35 +02:00
twinaphex
8a8042bb5e Reimplement audio start/stop (courtesy aliaspider) 2015-08-23 21:05:10 +02:00
Twinaphex
f87425ef9a Re-enable UI Companion Start on Boot again 2015-08-23 09:20:24 +02:00
twinaphex
68fa0bcbe7 (memmap.c) Some Win32 build fixes 2015-08-23 07:08:47 +02:00
Twinaphex
298b29e615 (OSX) Add second configuration scheme that allows you to build without Cg 2015-08-23 00:36:47 +02:00
Twinaphex
f32ae7633f (iOS) Buildfix 2015-08-22 23:28:17 +02:00
twinaphex
3c7844faa6 Stop audio if we go to Cocoa UI 2015-08-22 23:22:50 +02:00
twinaphex
45dd2c2bde Fix Makefile 2015-08-22 21:03:28 +02:00
twinaphex
7c70064987 (libretro-test) Fix build 2015-08-22 21:00:03 +02:00
twinaphex
b826305e3c (Menu) Before we do cbs->refresh, reset 'cbs' - could have become
invalid
2015-08-22 20:24:19 +02:00
twinaphex
2196e734d3 Revert "Simplify menu_cbs_init_bind_refresh"
This reverts commit d405d34c0e.
2015-08-22 20:18:08 +02:00
twinaphex
9b83d4d80b Don't use rarch_sleep anymore in threaded data runloop 2015-08-22 19:17:06 +02:00
twinaphex
aa35f56252 memmap.c - another warning fix 2015-08-22 18:47:04 +02:00
twinaphex
f7a5479778 memmap.c - Cleanup 2015-08-22 18:45:13 +02:00
Twinaphex
e6fa079cd9 (iOS) memmap.c - Fix implicit declarations 2015-08-22 18:43:54 +02:00
twinaphex
e70ccd2a6d (dylib.c) Cleanup 2015-08-22 18:41:00 +02:00
twinaphex
39240d25e3 (dylib.c) Explicitly cast dlerror to char* 2015-08-22 18:40:07 +02:00
twinaphex
0673475610 (Griffin )Add memmap.c to Griffin too 2015-08-22 18:38:51 +02:00
twinaphex
be9f2b870a Compile in memmap.c 2015-08-22 18:38:17 +02:00
twinaphex
0b33c8f2b1 (runloop_data.c) Use fill_pathname_join_delim 2015-08-22 18:26:14 +02:00
twinaphex
b56eb3d1bc rarch_main_data_msg_queue_push - in some cases, the data
runloop thread is not yet set up when this is called, so make
sure it is setup at the end of this call if so
2015-08-22 18:21:00 +02:00
twinaphex
9d137e2b1f Cleanups pt. 2 2015-08-22 03:43:55 +02:00
twinaphex
bfc969faac Cleanup 2015-08-22 03:40:07 +02:00
twinaphex
7e2a25f232 Do refresh at end of menu_entry_action 2015-08-22 02:07:10 +02:00
twinaphex
1d1cda5cde Remove enum 2015-08-22 01:56:15 +02:00
twinaphex
1a2a88cb8a Perform refresh and perform original action immediately afterwards 2015-08-22 01:55:45 +02:00
twinaphex
8454c712f2 Cleanups 2015-08-22 01:47:29 +02:00
twinaphex
a9418050a8 Cleanups 2015-08-22 01:43:13 +02:00
twinaphex
4ae1e9a53d Cleanups 2015-08-22 01:42:26 +02:00
twinaphex
5b188066f1 Revert "Reimplement MENU_ACTION_REFRESH - do this step at menu_iterate_render"
This reverts commit 65bc2f3a82.
2015-08-22 00:08:25 +02:00
twinaphex
65bc2f3a82 Reimplement MENU_ACTION_REFRESH - do this step at menu_iterate_render 2015-08-21 21:34:56 +02:00
twinaphex
a3cedc05d7 Cleanups 2015-08-21 21:19:29 +02:00
twinaphex
8a42deb189 Cleanups - call menu_free from menu_init in case of an error 2015-08-21 20:56:12 +02:00
twinaphex
e8a290bd7b (menu.c) Cleanups 2015-08-21 20:54:56 +02:00
twinaphex
5479bae312 Refactor set_refresh functions somewhat 2015-08-21 18:44:14 +02:00
twinaphex
d405d34c0e Simplify menu_cbs_init_bind_refresh 2015-08-21 18:20:05 +02:00
twinaphex
f53dc8fc67 Fix menu_iterate.c 2015-08-21 06:28:54 +02:00
twinaphex
5ab257f225 (CocoaTouch) Fixes boolean values not being set 2015-08-21 06:03:51 +02:00
twinaphex
9744ce23ab Rename function and only perform menu_animation_udpate is
render_this_frame is checked
2015-08-21 04:56:14 +02:00
twinaphex
2b6a6aeb04 (UI CocoaTouch) Cleanups 2015-08-21 04:42:38 +02:00
twinaphex
4f755d3bec Cleanups 2015-08-21 04:41:28 +02:00