39959 Commits

Author SHA1 Message Date
twinaphex
b2932d5270 Split up function into two - create xmb_draw_item 2017-09-29 16:32:30 +02:00
Twinaphex
f713a30705 Update task_autodetect.c 2017-09-29 15:08:09 +02:00
twinaphex
5951bed07d Make stdin an option 2017-09-29 06:16:35 +02:00
twinaphex
5379b12e7c FIx some new Coverity errors 2017-09-29 05:39:06 +02:00
twinaphex
642818d59c Make sanitize_to_string safer 2017-09-29 05:26:48 +02:00
twinaphex
15bb8e2ebe Fix setting directories 2017-09-29 05:23:33 +02:00
twinaphex
9fc063cd43 playlist.c - use malloc instead of calloc 2017-09-29 05:13:10 +02:00
twinaphex
3564562563 database_info.c - use malloc 2017-09-29 05:01:00 +02:00
twinaphex
6dcbf0eab8 (menu_list.c) Use malloc 2017-09-29 04:49:59 +02:00
Alcaro
3374b0ffde Add why we're doing this 2017-09-29 04:04:51 +02:00
twinaphex
8eb28eaae9 Add this for Wiiu debugging 2017-09-29 04:03:13 +02:00
twinaphex
0f1d0ebfa9 config_file.c - use malloc instead of calloc 2017-09-29 03:56:33 +02:00
Twinaphex
5b96231f49 Merge pull request #5485 from r-type/master
fix wiiu build
2017-09-29 03:09:12 +02:00
not6
547557d443 fix wiiu build 2017-09-28 23:35:07 +02:00
twinaphex
f1c2800fa4 Don't do implicit memset 2017-09-28 22:34:28 +02:00
twinaphex
0cbd2d4aa1 Cleanups 2017-09-28 21:51:03 +02:00
twinaphex
37ca5b0605 Cleanups 2017-09-28 21:49:23 +02:00
twinaphex
be333837e9 Cleanup wasapi.c 2017-09-28 21:45:11 +02:00
twinaphex
d9593c7cae (WASAPI) Cleanups 2017-09-28 19:07:53 +02:00
twinaphex
ff48af4d06 Update 2017-09-28 18:57:00 +02:00
twinaphex
9eba2c8e39 Fix CXX_BUILD on Windows 2017-09-28 18:53:09 +02:00
twinaphex
7d12eb4a51 (WASAPI) Compiles now as C++ as well as C 2017-09-28 18:47:33 +02:00
twinaphex
2af4457bec (WASAPI) Start adding C++ codepath too 2017-09-28 18:43:06 +02:00
twinaphex
61810cfd82 (Xaudio2) Get rid of variadic macros so that it can compile as C89 2017-09-28 17:18:17 +02:00
twinaphex
51cdf5a6d7 Cleanup xaudio.h/xaudio.c 2017-09-28 16:54:09 +02:00
twinaphex
0a29c4711a xaudio file can now compile as both C and C++ 2017-09-28 16:50:30 +02:00
twinaphex
97f821e743 Fix crash when selecting 'Scan Directory' 2017-09-28 16:29:45 +02:00
twinaphex
c828a425e7 Start preparing Xaudio driver for C codepaths 2017-09-28 10:04:48 +02:00
twinaphex
28c118c3c1 Some C89_BUILD fixes for libFLAC 2017-09-28 09:47:57 +02:00
twinaphex
df13f3bbd0 Cleanups 2017-09-28 09:32:23 +02:00
twinaphex
f21c520e28 Cleanups 2017-09-28 09:29:36 +02:00
twinaphex
bb4a659abb Update 2017-09-28 09:23:30 +02:00
twinaphex
ee8d8e1be6 Buildfix 2017-09-28 09:19:43 +02:00
twinaphex
bb9efe9bf1 command.c - cleanups 2017-09-28 09:17:58 +02:00
twinaphex
282782c829 Remove unused command_event_quit 2017-09-28 09:09:50 +02:00
twinaphex
65edb2f06c Update 2017-09-28 08:55:40 +02:00
twinaphex
9185fb3ed1 (RGUI) Cleanups 2017-09-28 08:51:28 +02:00
twinaphex
f444ef109f (MUI) Reorder variables 2017-09-28 08:45:42 +02:00
twinaphex
270f35753a reorder XMB variables 2017-09-28 08:42:12 +02:00
twinaphex
1fb640377f Remove hashes 2017-09-28 08:00:36 +02:00
twinaphex
dfe6035ade Put menu_entry_t on heap inside xmb_draw_items 2017-09-28 07:26:43 +02:00
twinaphex
f914a91944 Use menu_entry_get_type_new 2017-09-28 07:15:29 +02:00
twinaphex
decea56c03 Rewrite menu_entry_get_path 2017-09-28 06:51:48 +02:00
twinaphex
7adf4ca854 Simplify menu_entry_get_spacing 2017-09-28 06:44:04 +02:00
twinaphex
76277a12b0 Rewrite menu_entry_get_label 2017-09-28 06:40:15 +02:00
twinaphex
db7e1a4fdf Simplify menu_entry_get_sublabel 2017-09-28 06:37:48 +02:00
twinaphex
b8e900cd32 Rewrite menu_entry_get_value 2017-09-28 06:32:49 +02:00
twinaphex
c5255b1bff Simplify menu_entry_get_rich_label 2017-09-28 06:19:34 +02:00
twinaphex
2f10fd14d6 Create menu_entry_init/menu_entry_free 2017-09-28 06:02:14 +02:00
twinaphex
bb6e4a6633 xmb_draw_items - small cleanups 2017-09-28 05:37:19 +02:00