49878 Commits

Author SHA1 Message Date
Brad Parker
534b9125a9 cdrom: C89 fix, timeout calculation fix 2019-07-15 00:55:06 -04:00
twinaphex
28c40ffab6 Revert "Revert "Improve vfs_implementation""
This reverts commit 1d5049294a3d5b6ba4c46e7013e8e31f034f8e86.
2019-07-15 06:49:33 +02:00
twinaphex
dca848df52 Revert "Revert "(VFS) Add codepath for MSVC CDROM code""
This reverts commit 651774daf1eff2f555839e45f6cc39b10169a1b5.
2019-07-15 06:49:20 +02:00
twinaphex
651774daf1 Revert "(VFS) Add codepath for MSVC CDROM code"
This reverts commit 7fb8965416d757ce660ba9054767c2a6b3e485a3.
2019-07-15 06:48:25 +02:00
twinaphex
1d5049294a Revert "Improve vfs_implementation"
This reverts commit bb29b87ac36c8fe9de1e8b8d58f7ed48bed84df4.
2019-07-15 06:48:06 +02:00
twinaphex
bb29b87ac3 Improve vfs_implementation 2019-07-15 06:43:37 +02:00
twinaphex
7fb8965416 (VFS) Add codepath for MSVC CDROM code 2019-07-15 06:30:57 +02:00
Brad Parker
30c3b1ea9d cdrom: add Disc Information details 2019-07-15 00:23:20 -04:00
twinaphex
ad5773a031 Propagate 'label' as path for CDROM info detail list 2019-07-15 02:41:58 +02:00
twinaphex
df55abc65b Turn these two off for modets size improvements 2019-07-14 19:06:57 +02:00
twinaphex
175af12a53 (mbedtls) undefine MBEDTLS_SELF_TEST 2019-07-14 19:03:13 +02:00
twinaphex
8914e289e1 Add missing forward declarations 2019-07-14 19:00:21 +02:00
twinaphex
cd244371b9 Cleanups 2019-07-14 18:56:18 +02:00
twinaphex
d80b85b158 Cleanups 2019-07-14 18:52:51 +02:00
twinaphex
9cc055bf93 Not necessary for content_ctx to be passed either 2019-07-14 18:26:18 +02:00
twinaphex
58417e56b7 Update task_push_to_history_list 2019-07-14 18:23:46 +02:00
twinaphex
484b2bc944 Split up task_load_content into two - one does the actual file
loading, the other simply pushes an entry to the history playlist
2019-07-14 18:21:46 +02:00
twinaphex
cfc4183961 menu_displaylist_parse_information now properly returns count 2019-07-14 16:40:12 +02:00
twinaphex
1210ab9383 Add HAVE_CDROM ifdef 2019-07-14 16:36:28 +02:00
twinaphex
162695956f Cleanups 2019-07-14 16:00:54 +02:00
twinaphex
fdd8dd65ce Cleanups 2019-07-14 15:48:44 +02:00
twinaphex
8a70f3f4cb Cleanup 2019-07-14 15:35:49 +02:00
Twinaphex
68c8a83cde
Merge pull request #9110 from theheroGAC/patch-44
Update italian language
2019-07-14 13:31:50 +02:00
twinaphex
288523765a Fix LTGM errors - 'wrong type of arguments to formatting function' 2019-07-14 13:22:59 +02:00
twinaphex
594dd84e6e Fix 'declaration hides parameter' 2019-07-14 13:21:14 +02:00
twinaphex
bcc72aca7c Fix 'declaration hides parameter' 2019-07-14 13:19:24 +02:00
twinaphex
339e043ff2 Fix 'declaration hides parameter' 2019-07-14 13:17:51 +02:00
twinaphex
2e3162cdca Fix 'declaration hides parameter' 2019-07-14 13:15:55 +02:00
twinaphex
31f142ef9c (task_powerstate.c) Fix 'local variable state hides a global variable
with the same name'
2019-07-14 13:11:11 +02:00
twinaphex
8ef251acbf Get rid of (unused) global variables that were shadowing local variables 2019-07-14 13:06:47 +02:00
theheroGAC
b089889188
Update msg_hash_it.h 2019-07-14 11:42:38 +02:00
theheroGAC
d7f108795d
Update msg_hash_it.h 2019-07-14 08:29:55 +02:00
twinaphex
e8e4a141de Add HAVE_AUDIOMIXER for Gamecube/Wii 2019-07-13 18:38:15 +02:00
bparker06
a6accec402
Merge pull request #9102 from orbea/cdrom
qb: Improve the CDROM check.
2019-07-13 10:40:27 -04:00
twinaphex
6bc0f0fcbd (config_file) Be more safe with free 2019-07-13 15:23:28 +02:00
Twinaphex
5dca2234cd
Merge pull request #9094 from alphanu1/master
Updates Porches and Super width
2019-07-13 07:47:14 +02:00
Twinaphex
bd13c48a6b
Merge pull request #9104 from jdgleaver/3ds-assets-update-2
(3DS) Update assets (round 2)
2019-07-13 07:46:38 +02:00
Twinaphex
fda7218274
Merge pull request #9105 from DiscoStarslayer/vita-enable-runahead
vita: Enable runahead on vita builds
2019-07-13 06:30:08 +02:00
Darren Thompson
5d7806632c
vita: Enable runahead on vita builds 2019-07-12 20:11:07 -04:00
jdgleaver
87f01a9170 (3DS) Update assets (round 2) 2019-07-12 23:15:38 +01:00
orbea
76e130a988 qb: Fix the CDROM check.
This improves the CDROM check.

Fixes https://github.com/libretro/RetroArch/issues/9096
2019-07-12 11:35:22 -07:00
orbea
89a8202dc5 qb: Extend check_platform.
This extends the check_platform function to support checking more
than one OS for each feature.

This also adds the match helper function to qb.init.sh to compare
one variable against a list of variables.
2019-07-12 11:35:22 -07:00
Twinaphex
0947e27a32
Merge pull request #9101 from jdgleaver/core-options-default
Add ability to manually set default core option values when using the new v1 core options interface
2019-07-12 19:41:58 +02:00
Twinaphex
91558822e1
Merge pull request #9100 from jdgleaver/hide-core-options
An environment callback for selectively hiding core options
2019-07-12 19:28:48 +02:00
jdgleaver
0476901ca5 Add ability to manually set default core option values when using the new v1 core options interface 2019-07-12 18:20:19 +01:00
Twinaphex
cac7e25167
Merge pull request #9099 from Wiimpathy/WiiHID
Wii: Fix HID driver
2019-07-12 18:19:13 +02:00
jdgleaver
4f3adb8d2c An environment callback for selectively hiding core options 2019-07-12 17:12:03 +01:00
benoa
dacf25c1a1 Wii: Fix HID driver 2019-07-12 17:05:24 +02:00
twinaphex
b7a85d392f Silence warnings 2019-07-12 16:31:16 +02:00
twinaphex
e1613bba6d Cleanups 2019-07-12 16:24:09 +02:00