22140 Commits

Author SHA1 Message Date
twinaphex
ec039cc2b6 Buildfix 2015-08-29 15:10:53 +02:00
twinaphex
d7cde1675d Build fixes 2015-08-29 15:05:40 +02:00
twinaphex
4b3d520c19 Buildfix 2015-08-29 15:04:59 +02:00
Alcaro
58c62fd8df Merge branch 'IlDucci-master' 2015-08-29 14:52:00 +02:00
Alcaro
00698de567 Merge branch 'master' of https://github.com/IlDucci/RetroArch into IlDucci-master
Conflicts:
	menu/intl/menu_hash_es.c
2015-08-29 14:51:38 +02:00
twinaphex
195aba50b2 Try to avoid some symbol conflicts 2015-08-29 14:20:39 +02:00
radius
a7c5e98fb3 [mobile] build fix 2015-08-29 00:17:46 -05:00
radius
3edb4d1244 [mobile] build fix 2015-08-28 20:37:11 -05:00
twinaphex
6edea1d9c7 Create compat versions of zlib.h and zutil.h 2015-08-28 21:35:09 +02:00
twinaphex
e361207cd3 (deps/zlib) Cleanups 2015-08-28 21:25:17 +02:00
radius
0cd3a9ec63 [android] add defaults for keyboard overlay 2015-08-27 22:16:52 -05:00
radius
bad3a11050 [config overrides / input remapping] improve logging 2015-08-27 21:47:22 -05:00
radius
4f23188309 [input autoconf] improve logging 2015-08-27 21:35:05 -05:00
twinaphex
70ff0a62f3 N/A 2015-08-27 15:00:48 +02:00
twinaphex
fdd1d3ee9f Pass sleep_ms argument to rarch_main_iterate 2015-08-27 14:52:02 +02:00
twinaphex
1ec90df165 Refactor fastforward ratio 2015-08-27 14:39:42 +02:00
twinaphex
805e2ffde3 Add EVENT_CMD_SET_FRAME_LIMIT callback to limit maximum run speed too 2015-08-27 14:27:57 +02:00
twinaphex
fc763f5e25 Add EVENT_CMD_SET_FRAME_LIMIT 2015-08-27 14:25:57 +02:00
twinaphex
4e03865a78 Cleanup 2015-08-27 14:09:32 +02:00
twinaphex
d4534cca19 Simplify rarch_frame_limit_time 2015-08-27 13:56:59 +02:00
Twinaphex
84c029e2e0 Reimplement rarch_draw_observer 2015-08-27 13:24:56 +02:00
twinaphex
4b0ee4b9c2 Move rarch_sleep outside of rarch_main_iterate so that caller
can implement the idle step itself
2015-08-27 13:13:14 +02:00
twinaphex
d45b953078 Integrate main_is_idle check inside do_state_checks 2015-08-27 13:01:32 +02:00
twinaphex
3b9eca025e rarch_main_iterate - another change 2015-08-27 12:48:35 +02:00
twinaphex
bcb54b2eec (rarch_main_iterate) Another refactor 2015-08-27 12:46:32 +02:00
twinaphex
b6c34b362d Refactor rarch_main_iterate 2015-08-27 12:43:35 +02:00
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 d405d34c0e4700df688d7aeaa19d9910983ee7ca.
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