Commit Graph

16018 Commits

Author SHA1 Message Date
twinaphex
062e1e7eab Warn about Failed to bind context driver instead of doing a
RARCH_ERR
2015-01-31 06:00:31 +01:00
twinaphex
ebe8a81a07 (MSVC) Add HAVE_LIBRETRODB 2015-01-31 05:58:39 +01:00
twinaphex
0f232a69a2 Can now scroll on collapsed subgroups 2015-01-31 05:43:16 +01:00
twinaphex
42479986ff Create two static helper functions 2015-01-31 05:28:14 +01:00
twinaphex
c4a6562ce1 action_ok_database_manager_list - prevent crash when label and
path are NULL
2015-01-31 05:09:56 +01:00
twinaphex
cc56ca7c42 menu_list_push - early return if label is NULL 2015-01-31 05:00:35 +01:00
twinaphex
92ad93ea5d Prevent crash on pressing up/down when list size is 0 or lower 2015-01-31 04:53:10 +01:00
twinaphex
2bc0b2d3ac Implement menu_common_list_clear 2015-01-31 04:25:28 +01:00
Twinaphex
287fb56159 Merge pull request #1378 from iKarith/master
Correct XCode project paths for portability
2015-01-31 04:03:15 +01:00
twinaphex
37cf4a3002 Get rid of bind_ok_first and merge into main function 2015-01-31 04:01:27 +01:00
T. Joseph Carter
45670a8666 Correct XCode project paths for portability 2015-01-30 18:54:18 -08:00
Twinaphex
4b852790d8 Merge pull request #1377 from lakkatv/xmb
XMB display and segfault fixes
2015-01-31 03:35:37 +01:00
Jean-André Santoni
096d1b09f3 (XMB) Fix two display bugs 2015-01-31 03:25:22 +01:00
Jean-André Santoni
3d3370b725 (XMB) Fix a segfault during menu toggle 2015-01-31 03:25:00 +01:00
Jean-André Santoni
85e29125de (XMB) Prevent selection_prt to be reseted after messagebox 2015-01-31 03:24:39 +01:00
Jean-André Santoni
bba772fd4c (XMB) Reset selection_ptr on horizontal switches, prevents a segfault 2015-01-31 03:24:21 +01:00
Jean-André Santoni
d0a75a3441 (XMB) Fix duplicate icon after messagebox 2015-01-31 03:24:01 +01:00
twinaphex
0728d1d412 (Libretro SDK) Update 2015-01-30 23:31:46 +01:00
Twinaphex
e94a3f06ea (iOS) Build fix 2015-01-30 20:51:08 +01:00
twinaphex
6067deb1e9 Refactor away compressed_zip_file_list_new 2015-01-30 20:41:54 +01:00
twinaphex
26ff8b0e3e compressed zip_file_list_new - cleanups 2015-01-30 19:58:44 +01:00
twinaphex
ceb32c6211 Refactor get_string_representation_uint 2015-01-30 11:25:58 +01:00
twinaphex
25efe17f01 Split up more code of get_string_representation_uint 2015-01-30 11:12:59 +01:00
twinaphex
87dab131e0 Split up get_string_representation_float 2015-01-30 10:59:28 +01:00
twinaphex
a68f4d7c41 Refactor get_string_representation 2015-01-30 10:54:27 +01:00
twinaphex
356e026efb Bind UINT settings 2015-01-30 10:35:06 +01:00
twinaphex
b1df7d3944 Create get representation callback 2015-01-30 10:24:07 +01:00
Twinaphex
d040052f7d Add ifndef around HAVE_LIBRETRODB 2015-01-30 09:25:42 +01:00
twinaphex
96f106d992 Add HAVE_LIBRETRODB 2015-01-30 09:24:48 +01:00
twinaphex
7cb18cbdab Small bandaid fix that doesn't address the real problem 2015-01-30 08:27:10 +01:00
twinaphex
aac3143e38 Remove unused variables 2015-01-30 07:59:35 +01:00
twinaphex
7dd338f19d Cleanups in input_joypad_driver.c 2015-01-30 07:57:15 +01:00
twinaphex
3d4be395ef Update camera_driver.c 2015-01-30 07:55:55 +01:00
twinaphex
850716ecac Cleanup location_driver.c 2015-01-30 07:55:17 +01:00
twinaphex
f3fed818ac Update menu_driver.c 2015-01-30 07:51:48 +01:00
twinaphex
5b6d1f4d2c Update config_get_audio_driver_resampler_options 2015-01-30 07:49:04 +01:00
twinaphex
85510aeec0 config_get_audio_driver_options - cleanups 2015-01-30 07:48:05 +01:00
twinaphex
f45ec7f911 Cleanups in config_get_video_driver_options 2015-01-30 07:46:33 +01:00
twinaphex
0cc50ed4ea (input_driver.c) Cleanups in config_get_input_driver_options 2015-01-30 07:45:14 +01:00
twinaphex
3b7dac52ef (main_load_content) Do early return if wrap_args can't be allocated 2015-01-30 07:42:58 +01:00
twinaphex
c6ab7f713a Update get_label for non-collapsed mode 2015-01-30 07:09:09 +01:00
twinaphex
42beedb098 Fix OSK overlay options group setting in non-collapsed mode 2015-01-30 06:06:08 +01:00
twinaphex
a038b72ecb Add 'Collapse Subgroups Enable' - should make navigating
menu a bit easier
2015-01-30 05:58:57 +01:00
twinaphex
dfaf63786a Add some (commented out for now) code for displaying subgroups -
to be improved on later
2015-01-30 02:18:32 +01:00
twinaphex
262af26c18 Rewrite open_deafult_config so that warnings are silenced 2015-01-30 00:34:54 +01:00
twinaphex
1b89c23a42 (menu_entries_cbs.c) Fix unreachable warning 2015-01-30 00:29:34 +01:00
twinaphex
03ec380f56 (PS3) Build fix 2015-01-30 00:29:23 +01:00
Twinaphex
fc21fdbca6 (Apple) Build fixes 2015-01-30 00:02:16 +01:00
twinaphex
0912f05d39 Fix bug 2015-01-29 23:59:46 +01:00
twinaphex
bae3650d44 input_keyboard_line_toggle_osk - early return if OSK is not
enabled
2015-01-29 23:35:06 +01:00