Brad Parker
|
112a88688d
|
cdrom: add windows implementation for list of available drives
|
2019-07-03 17:18:57 -04:00 |
|
Dwedit
|
81b6703912
|
Fix wrong reference count for D3D12 adapters (crash at close due to a destroyed adapter being released again)
|
2019-07-03 15:35:06 -05:00 |
|
twinaphex
|
65bff18cb0
|
Add callback for dump disc entries
|
2019-07-03 22:28:12 +02:00 |
|
Brad Parker
|
03d48ab2fd
|
cdrom: windows buildfix
|
2019-07-03 16:05:15 -04:00 |
|
Brad Parker
|
9a52595ce3
|
cdrom: add function to get list of available drives (initial linux implementation), show list in "Dump Drive" menu entry
|
2019-07-03 14:19:32 -04:00 |
|
twinaphex
|
36c2fc847d
|
Get rid of nonfree per request
|
2019-07-03 18:59:39 +02:00 |
|
Twinaphex
|
c3418793cf
|
Merge pull request #9051 from jdgleaver/set-core-association
Quick Menu: Add 'Set Core Association' option
|
2019-07-03 18:03:48 +02:00 |
|
jdgleaver
|
027324815e
|
Quick Menu: Add 'Set Core Association' option
|
2019-07-03 16:33:23 +01:00 |
|
twinaphex
|
72eed727d0
|
Start implementing 'Dump Disc' as deferred list
|
2019-07-03 03:51:00 +02:00 |
|
Brad Parker
|
4cedaaefe1
|
cdrom: add open/close tray commands
|
2019-07-02 21:35:20 -04:00 |
|
Twinaphex
|
31a68fce1b
|
Merge pull request #9049 from Dwedit/d3d12_small_fix
Small fixes for D3D12
|
2019-07-03 02:59:09 +02:00 |
|
Dwedit
|
10343d51b9
|
Small fixes for D3D12: Do not return false when enumerating, and add a null check for the Fence object
|
2019-07-02 19:46:02 -05:00 |
|
twinaphex
|
4fdf33e5f8
|
(CDROM) Add Load Disc/Dump Disc
|
2019-07-03 01:08:20 +02:00 |
|
twinaphex
|
22d82f9e6d
|
Enable 'quit press twice' by default from now
|
2019-07-03 00:40:53 +02:00 |
|
Twinaphex
|
719f7535ae
|
Merge pull request #9047 from rsn8887/master
[SWITCH] Proper x/y scaling for pointer devices, fixes touch lightgun
|
2019-07-02 23:52:35 +02:00 |
|
rsn8887
|
7e348f132e
|
[SWITCH] Proper x/y scaling for pointer devices, fixes touch lightgun
|
2019-07-02 16:42:17 -05:00 |
|
Twinaphex
|
024d75d568
|
Merge pull request #9045 from jdgleaver/playlist-reset-cores
Playlist Management: Add 'Reset Core Associations' option
|
2019-07-02 13:53:41 +02:00 |
|
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 |
|