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 |
|
twinaphex
|
2d4cd0a56e
|
Add new cmd enums to rarch_main_command
|
2014-08-16 18:39:18 +02:00 |
|
twinaphex
|
bb2f2eb239
|
(Menu) Dynamically lookup video_viwidth
|
2014-08-16 18:30:43 +02:00 |
|
twinaphex
|
b0b0b4ac91
|
(Menu) Fix a couple of potential uninitialized references
|
2014-08-16 18:27:06 +02:00 |
|
twinaphex
|
e79f9f72ac
|
(PS3) Fix build
|
2014-08-16 18:22:51 +02:00 |
|
twinaphex
|
28310f44b8
|
(Menu) Refactor more menu code
|
2014-08-16 18:20:52 +02:00 |
|
twinaphex
|
7a78ad007c
|
(Menu) Refactor some console settings
|
2014-08-16 18:11:40 +02:00 |
|
twinaphex
|
cc0846b454
|
(Menu) Refactor MENU_SETTINGS_VIDEO_SOFTFILTER - use push_current_menu
|
2014-08-16 17:41:02 +02:00 |
|
twinaphex
|
45f4b0760c
|
(Menu) menu_common_setting_set - minor cleanups
|
2014-08-16 17:36:39 +02:00 |
|
twinaphex
|
74058dec25
|
(Menu) Refactor MENU_SETTINGS_VIDEO_SOFTFILTER
|
2014-08-16 17:34:06 +02:00 |
|
twinaphex
|
90fabad767
|
(Menu) Refactor video_filter option
|
2014-08-16 10:22:42 +02:00 |
|
twinaphex
|
c03478bd5f
|
(Menu) Move more outside of menu_common_backend.c
|
2014-08-16 10:06:49 +02:00 |
|
Twinaphex
|
3e16335d3a
|
(OSX) OSX version now requires that you have Cg toolkit installed.
OSX port now supports Cg AND GLSL shaders
|
2014-08-16 08:42:51 +02:00 |
|
twinaphex
|
2f67bc0479
|
(Menu) Refactor video_filter_dir/audio_filter_dir settings
|
2014-08-16 07:12:43 +02:00 |
|
twinaphex
|
98e0c87a45
|
(Menu) Refactor code in menu_info_screen_iterate
|
2014-08-16 06:41:07 +02:00 |
|