Commit Graph

12182 Commits

Author SHA1 Message Date
twinaphex
efbd528260 (Android) Move more input autoconfigs to retroarch-autoconfig repo 2014-08-19 10:18:43 +02:00
Twinaphex
77093f7ebe Merge pull request #885 from l3iggs/patch-1
[Android] allow for variable NDK header version
2014-08-18 20:13:09 +02:00
sergiobenrocha2
06bea07c52 Updated debian package, added DSP and video soft filters to the package. 2014-08-18 15:04:36 -03:00
sergiobenrocha2
fc764081d3 retroarch.cfg: Fix input and directory overlay. 2014-08-18 15:02:57 -03:00
twinaphex
a15fe6271e AUTHORS - add e-mail address 2014-08-18 18:54:11 +02:00
twinaphex
283f9b0af9 Change AUTHORS information 2014-08-18 18:52:28 +02:00
twinaphex
c28e50d38c Add to AUTHORS 2014-08-18 18:51:24 +02:00
l3iggs
a1ed67f6e8 (Android) set APP_PLATFORM defaults in case not compiling from libretro-super 2014-08-18 08:40:12 -07:00
l3iggs
414ce2d5a6 Merge remote-tracking branch 'upstream/master' into patch-1 2014-08-18 08:38:47 -07:00
twinaphex
b1c59df042 (Menu) Refactor menu_common_set_current_fraction 2014-08-18 15:33:31 +02:00
twinaphex
345c391789 (PS3) Undefining HAVE_OVERLAY makes PS3 work again - look into
what is causing the issue here later on
2014-08-18 15:08:21 +02:00
twinaphex
f5fc72274a Get rid of unused initialized variable in setting_data_get_list 2014-08-18 14:55:04 +02:00
twinaphex
72e556083c Rename core_info_has_custom_config to core_info_get_custom_config 2014-08-18 13:01:31 +02:00
twinaphex
86de91d718 fastforward_ratio - add improved clamping code 2014-08-18 12:14:53 +02:00
twinaphex
e12081c309 (retroarch.c) Make sure as many variables are initialized as possible 2014-08-18 11:23:35 +02:00
Twinaphex
1d70ed4ff1 Merge pull request #884 from l3iggs/master
[Android] allow variable ABI targets
2014-08-18 08:57:39 +02:00
l3iggs
3bd0812d85 [Android] set default target ABI 2014-08-17 23:11:01 -07:00
l3iggs
f3a2be6abf [Android] allow for variable NDK header version 2014-08-17 21:27:53 -07:00
l3iggs
6d8b095865 [Android] allow variable ABI targets 2014-08-17 21:16:01 -07:00
twinaphex
7ba9737fef deinit_gpu_recording - cut down on duplicated code 2014-08-17 23:31:16 +02:00
twinaphex
73a7e0efdc (MSVC) Fix build 2014-08-17 20:42:35 +02:00
twinaphex
1acf6cab46 (MSVC) Another casting fix 2014-08-17 20:38:52 +02:00
twinaphex
debc0ca010 settings_data.c - casting fixes for MSVC 2014-08-17 20:37:40 +02:00
Alcaro
32d99e5806 Merge branch 'master' of github.com:libretro/RetroArch 2014-08-17 19:33:05 +02:00
Alcaro
f77448729a Make this list dynamically allocated. We were dangerously close to overflowing that buffer. 2014-08-17 19:32:24 +02:00
twinaphex
260d550654 (MSVC) Add some more files to project solution 2014-08-17 19:12:49 +02:00
twinaphex
5435883e40 Get rid of gfx_filter_type which is being problematic 2014-08-17 19:02:03 +02:00
twinaphex
f264062364 (MSVC) Some build fixes 2014-08-17 18:59:49 +02:00
twinaphex
1223b4fe99 core_info_list_get_by_id - change 'return 0' to 'return NULL'
for code clarity
2014-08-17 17:53:57 +02:00
Twinaphex
f8ebcd3530 (iOS) Build fix 2014-08-17 17:46:00 +02:00
twinaphex
57dae32b66 Refactor away core_info_get_custom_config 2014-08-17 17:42:45 +02:00
twinaphex
cc3835c915 Rewrite core_info_get_custom_config 2014-08-17 17:35:17 +02:00
twinaphex
2b87db4e51 settings_data.c - some reformatting 2014-08-17 16:42:48 +02:00
twinaphex
69e8ba44b5 (settings data) Add stub cases for switches 2014-08-17 16:33:57 +02:00
Twinaphex
3497fb4d8c (OSX) Build fix 2014-08-17 16:26:27 +02:00
twinaphex
21dff0771e Rewrite setting_data_get_string_representation 2014-08-17 16:20:37 +02:00
twinaphex
cee04db869 Refactor more code in settings_data.c - no longer have static
char buffers in every function but pass char pointer and sizeof
of char variable around
2014-08-17 15:58:31 +02:00
twinaphex
7893a81cf9 (settings_data.c) cleanups 2014-08-17 14:44:23 +02:00
twinaphex
6b1446df73 Avoid some more potential uninitialized references in retroarch.c 2014-08-17 06:27:37 +02:00
twinaphex
f9c0f5ac64 (Camera/Location stub drivers) Changes
(General) Fix some potential uninitialized variables
2014-08-17 06:09:23 +02:00
twinaphex
df46a9573b (PS3) Fix PS3 OSK name 2014-08-17 05:36:43 +02:00
twinaphex
9e616e35a2 (Menu) Refactor MENU_ACTION_CANCEL 2014-08-17 05:09:43 +02:00
twinaphex
55c48e7e66 (Menu) menu_settings_iterate - implement fast scrolling 2014-08-17 04:57:02 +02:00
twinaphex
02e6ab0ba9 Put rarch_main_deinit_core above uninit_drivers in retroarch.c to
work around threading deinit issue in PPSSPP
2014-08-16 20:21:49 +02:00
twinaphex
e9a0234730 (Menu) Cleanup some settings 2014-08-16 19:16:11 +02:00
twinaphex
278a758ba9 driver.c - declare variables at top of function 2014-08-16 19:07:21 +02:00
twinaphex
ba6d353498 Add RARCH_CMD_AUDIO_SET_BLOCKING_STATE/RARCH_CMD_AUDIO_SET_NONBLOCKING_STATE 2014-08-16 18:56:56 +02:00
twinaphex
c706644c05 (Menu) Go through RARCH_CMD_VIDEO_SET_BLOCKING_STATE 2014-08-16 18:49:06 +02:00
twinaphex
c34e5428c0 (Menu) Go through RARCH_CMD_VIDEO_SET_ASPECT_RATIO 2014-08-16 18:46:43 +02:00
twinaphex
45b7663bc1 (Menu/Settings) Go through rarch_main_command in settings_data change_handler 2014-08-16 18:42:50 +02:00