49713 Commits

Author SHA1 Message Date
jdgleaver
1e17cca64d Playlist Management: Add 'Reset Core Associations' option 2019-07-02 12:00:38 +01:00
Twinaphex
143b45eca7
Merge pull request #9026 from jdgleaver/playlist-default-core
Overhaul default playlist core association
2019-07-02 12:22:30 +02:00
Brad Parker
3817395803 cdrom: fix rounding 2019-07-02 03:31:28 -04:00
Brad Parker
1eba59a20c cdrom: fix calculation of track length, add pregap to cuesheet 2019-07-02 00:12:00 -04:00
Brad Parker
91e3d9ae13 griffin: add CD reading 2019-07-01 13:22:30 -04:00
Twinaphex
b85ef9136b
Merge pull request #9041 from fpscan/revert-9039-master
Revert "native steamlink"
2019-07-01 17:53:45 +02:00
Ömercan Kömür
955a69180a
Revert "native steamlink" 2019-07-01 18:52:05 +03:00
Brad Parker
937081402b remove tab 2019-07-01 11:27:03 -04:00
Brad Parker
8d55c203c2 griffin: enable unix support 2019-07-01 11:26:12 -04:00
Brad Parker
d3c34f0b06 griffin: define VFS_FRONTEND 2019-07-01 11:24:57 -04:00
Twinaphex
0493ff794e
Merge pull request #9039 from fpscan/master
native steamlink
2019-07-01 14:11:48 +02:00
Ömercan Kömür
e93da89a9f Native SteamLink support
Co-Authored-By: Sam Lantinga <slouken@libsdl.org>
2019-07-01 15:00:23 +03:00
twinaphex
ef5f448f41 (translate) C89 build error fixes 2019-07-01 12:46:47 +02:00
Twinaphex
e930221169
Merge pull request #9038 from bparker06/cdrom
initial CD reading support
2019-07-01 02:27:52 +02:00
Brad Parker
5aa2ebe6d5 cdrom: I/O always starts at the beginning of the file, and we translate those byte positions to start from the beginning MSF of the track anyway, so index should always be zero, fixes some audio playback issues 2019-06-30 19:50:58 -04:00
Brad Parker
9d5e91a6e5 cdrom: set default track to 1 2019-06-30 18:34:00 -04:00
Brad Parker
24bd43a53f cdrom: improve position setting 2019-06-30 18:34:00 -04:00
Brad Parker
9617605371 cdrom: set optimal read speed 2019-06-30 18:34:00 -04:00
Brad Parker
e901f3d523 cdrom: only use cdrom function if it was compiled in 2019-06-30 18:34:00 -04:00
Brad Parker
8d2392e36c cdrom: use correct seek function 2019-06-30 18:34:00 -04:00
Brad Parker
11f8361d15 unused variable 2019-06-30 18:34:00 -04:00
Brad Parker
02575ddf67 cdrom: fix printf warnings 2019-06-30 18:34:00 -04:00
Brad Parker
fa041e4040 cdrom: fix unused variable warnings if debug is off 2019-06-30 18:34:00 -04:00
Brad Parker
8f1b150806 cdrom: windows fixes, use starting address of current track for read/seeks 2019-06-30 18:34:00 -04:00
Brad Parker
12388e038a cdrom: add flush for debug prints because they were never appearing, remove unused variables 2019-06-30 18:34:00 -04:00
Brad Parker
11106cc2a7 cdrom: linux buildfix 2019-06-30 18:34:00 -04:00
Brad Parker
07c0451b93 cdrom: add windows support 2019-06-30 18:34:00 -04:00
Brad Parker
999f4fa2e8 cdrom: retry on unit attention code 2019-06-30 18:34:00 -04:00
Brad Parker
93b81198c2 cdrom: increase retry time, use alternate method for reading sub-channel data (not all drives can read Q data from READ CD) 2019-06-30 18:34:00 -04:00
Brad Parker
8af3078966 track1 playback is working, redbook might have issues currently 2019-06-30 18:34:00 -04:00
Brad Parker
0ad77800d9 use memcpy instead of strlcpy, some cores request 1 byte at a time from the cuesheet 2019-06-30 18:34:00 -04:00
Brad Parker
08cd3a90f2 initial cdrom reading work 2019-06-30 18:33:59 -04:00
twinaphex
fe958b46d7 Revert const ptr commit 2019-06-30 11:40:30 +02:00
twinaphex
b64f9bd64b Revert "Start using const more"
This reverts commit c0789538d72c1407f108f0475af5b3e94b678893.
2019-06-30 11:23:36 +02:00
twinaphex
f4bf218f35 (Menu) We need to tell rarch_menu_running_finished whether we want
to exit RetroArch or not - to avoid certain crashes when trying to
access the settings pointer - which should already be freed at this
point
2019-06-30 11:23:18 +02:00
hizzlekizzle
c23a61eb6e
Merge pull request #9035 from XerTheSquirrel/web-squirreljme
Add SquirrelJME to the live web core list.
2019-06-29 16:36:36 -05:00
Stephanie Gawroriski
ca4fa56929
Add SquirrelJME to the live web core list. 2019-06-29 12:25:41 -04:00
Twinaphex
5f29660fdd (gong) Silence Unix warning on macOS 2019-06-29 17:34:48 +02:00
twinaphex
d617f6ffbf (iOS) Take out PauseIndicatorView/ic_pause 2019-06-29 17:31:08 +02:00
Twinaphex
dac33fca83
Merge pull request #9031 from stoofin/libvulkan1
Fall back to libvulkan.so.1 if libvulkan.so isn't present
2019-06-29 14:39:04 +02:00
Twinaphex
d1afc8c49b
Merge pull request #9034 from OsirizX/uwp
UWP: CoreWindow NULL check
2019-06-29 12:14:38 +02:00
Twinaphex
5d56302a31
Merge pull request #9033 from yoshisuga/ios_remove_pause_indicator
iOS: remove pause indicator
2019-06-29 12:12:32 +02:00
OsirizX
ba69056361
UWP: CoreWindow NULL check
We need to make sure CoreWindow isn't NULL before checking key states otherwise access violation will occur and cause the app to crash. This commit fixes running Dolphin core in particular and tested on both desktop UWP and Xbox One.
2019-06-29 00:21:59 -07:00
CatGreen90
550ea0f143 Update android_ctx.c (#9032) 2019-06-27 19:37:21 -05:00
stoofin
1b57cf6112 Fall back to libvulkan.so.1 if libvulkan.so isn't present 2019-06-27 14:08:14 -07:00
twinaphex
c1fbf1d43b (menu_animation.c) Try to prevent null pointer dereferences 2019-06-27 20:45:53 +02:00
twinaphex
2ee9b1d98e Revert "Revert "Gradle""
This reverts commit e8cf66f0a9912a34a3707976efdfbfb0bf2a4195.
2019-06-27 17:55:38 +02:00
twinaphex
8037cbe3dc Revert "(Android) Backport c9218bbd23"
This reverts commit 6e4c8ec6a61e6148765dcc6216005cb1c6be9268.
2019-06-27 17:55:19 +02:00
twinaphex
01c489eee0 Revert "(Android) Backport"
This reverts commit adf4bd753bf578987c6a107bc38fec288793d07e.
2019-06-27 17:55:12 +02:00
twinaphex
a7e2c84939 Revert "(Android) Backport 1991e4f6c1"
This reverts commit 630b7c912289988e8405d4d52425de16aca01e78.
2019-06-27 17:54:59 +02:00