Commit Graph

12048 Commits

Author SHA1 Message Date
Higor Eurípedes
e88f3b4355 (SDL) Fix double initialization
Signed-off-by: Higor Eurípedes <heuripedes@gmail.com>
2014-08-19 16:55:32 -03:00
Higor Eurípedes
0f7c67daab (SDL) Fix #ifdef typo
Signed-off-by: Higor Eurípedes <heuripedes@gmail.com>
2014-08-19 16:55:31 -03:00
Twinaphex
0b7fe7c9df (MSVC D3D9) Change gfx enum filter type to unsigned 2014-08-19 21:22:39 +02:00
twinaphex
89cedb70df (SoftFilters) Options in blargg NTSC SNES .filt files work now 2014-08-19 19:49:18 +02:00
twinaphex
459c27e11f (SoftFilter) Build fixes for non_HAVE_DYLIB 2014-08-19 19:45:19 +02:00
twinaphex
4dea8caa6f (SoftFilter) Refactor most code associated to SoftFilter plugin - load .filt
files instead of the dynamic libraries directly. Options can be
set in the config file.

There's still a problem with config file options - will work this
out later.
2014-08-19 19:38:33 +02:00
twinaphex
0bd97eb1ba (SoftFilter) Bump up API version - start supporting config files
(stub for now)
2014-08-19 17:05:47 +02:00
twinaphex
374d9357d4 (PSP1) update icons 2014-08-19 16:09:21 +02:00
twinaphex
87bb95aa44 (Pandora) Cleanup retroarch.cfg 2014-08-19 16:02:17 +02:00
twinaphex
fe0294a047 (XDK1) Get rid of xbox1/titleimage.jpg 2014-08-19 15:56:22 +02:00
twinaphex
aa4c2018af (General/PS3/Xbox 1/Rmenu) Get rid of g_extern.menu_texture_path 2014-08-19 15:55:11 +02:00
twinaphex
2f244676be (Android) Input autodetect - get rid of two ifdefs 2014-08-19 15:07:22 +02:00
twinaphex
77ded89362 (Android) Remove android_input.c.rem 2014-08-19 14:39:42 +02:00
twinaphex
b8058cd4f7 (Android) Reduce amount of ifdefs for pad detection 2014-08-19 14:20:33 +02:00
twinaphex
41bd5b3244 (Android) Move input code to autoconfigs 2014-08-19 14:10:01 +02:00
twinaphex
3c2aed9564 (Android) Zeemote Steelseries moved to autoconfig 2014-08-19 12:03:03 +02:00
twinaphex
61bdfc8719 (Android) Input - get rid of device enums and device variable 2014-08-19 10:33:30 +02:00
twinaphex
c668877cb3 (Android) Move Madcatz PC USB Stick to autoconfig repo 2014-08-19 10:26:07 +02:00
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
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