Commit Graph

22163 Commits

Author SHA1 Message Date
twinaphex
202ffaee3b (wiiusb_hid.c) Don't call remove_adapter from remove_notify 2015-08-30 12:44:29 +02:00
twinaphex
3c7098fdfd Cleanups 2015-08-30 10:56:04 +02:00
Twinaphex
d00c1ed443 Fix some bugs in pixconv.c refactor 2015-08-30 10:46:34 +02:00
Twinaphex
98f06988d6 Revert "(CoreAudio) Use rthreads"
This reverts commit 626592a7a6.
2015-08-30 10:32:19 +02:00
twinaphex
626592a7a6 (CoreAudio) Use rthreads 2015-08-30 10:25:25 +02:00
twinaphex
d92a24377d (ALSA) Don't use messy TRY_ALSA macro 2015-08-30 10:05:13 +02:00
twinaphex
3255151690 (psp1) Indent nits 2015-08-30 10:00:27 +02:00
twinaphex
f95049e99c Add wiiusb_hid driver courtesy of @xerpi 2015-08-30 09:48:38 +02:00
twinaphex
24a94490ab Remove some header includes 2015-08-30 09:36:50 +02:00
twinaphex
039b4e0454 Move code back to logger.c 2015-08-29 18:57:07 +02:00
twinaphex
3336849e80 (wii) Define HAVE_NETPLAY 2015-08-29 18:50:35 +02:00
twinaphex
cd56d21003 (Wii) Compile in HAVE_NETWORKING if HAVE_LOGGER is defined 2015-08-29 18:45:42 +02:00
twinaphex
2dabf43263 (libretro-common) Simplify pixconv.c 2015-08-29 17:30:28 +02:00
twinaphex
3e7d92ddca (Android) Another buildfix 2015-08-29 17:08:52 +02:00
twinaphex
31e093dadb (Android) Fix Android build 2015-08-29 17:06:39 +02:00
twinaphex
e00ea900ed Refactor logger headers 2015-08-29 16:48:53 +02:00
twinaphex
aa1881febf Cleanups 2015-08-29 16:28:35 +02:00
twinaphex
532c73210b Add !defined(__PSL1GHT__) defines 2015-08-29 16:27:50 +02:00
twinaphex
e32b99ac0c Consolidate PSL1GHT logger into logger/netlogger/logger.c
and expand net/net_compat.c
2015-08-29 16:24:38 +02:00
twinaphex
4f80afe03e Move code to net_compat.h 2015-08-29 16:02:10 +02:00
twinaphex
5b67aaaa17 Start making the logging code more portable 2015-08-29 15:40:23 +02:00
twinaphex
5caf0627f8 Replace some references to sys_timer_usleep 2015-08-29 15:24:23 +02:00
twinaphex
3824812ac9 (dir_list.c) Prevent implicit memsets 2015-08-29 15:14:01 +02:00
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