mirror of https://github.com/PCSX2/pcsx2.git
Created Disk reading (markdown)
parent
9c34a638cc
commit
a8dc942146
|
@ -0,0 +1,14 @@
|
||||||
|
# TODO
|
||||||
|
## CD reading
|
||||||
|
- CD data track mode 1/2 detection
|
||||||
|
- Read byte 16 of track data sector?
|
||||||
|
- Other methods?
|
||||||
|
- Improve CD disk reading
|
||||||
|
- Read 2352 byte regardless of requested size?
|
||||||
|
- Subchannel 16 byte (formatted Q), 96 byte (raw P-W)?
|
||||||
|
## FreeBSD
|
||||||
|
- Port using CAM SCSI subsystem (cd/xpt/pass device permissions must be set properly)
|
||||||
|
## Other
|
||||||
|
- Use SCSI interfaces (SPTI/SG_IO) instead of OS-specific CD/DVD interfaces?
|
||||||
|
- Alter caching algorithm?
|
||||||
|
- Integrate keepalive into read thread?
|
Loading…
Reference in New Issue