mirror of https://github.com/PCSX2/pcsx2.git
Formatting
parent
f7e6cc5859
commit
bdf8339685
|
@ -1,10 +1,16 @@
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
## CD reading
|
## CD reading
|
||||||
|
|
||||||
- Improve CD disk reading
|
- Improve CD disk reading
|
||||||
- Subchannel 16 byte (formatted Q), 96 byte (raw P-W)?
|
- Subchannel 16 byte (formatted Q), 96 byte (raw P-W)?
|
||||||
|
|
||||||
## FreeBSD
|
## FreeBSD
|
||||||
|
|
||||||
- Port using CAM SCSI subsystem (cd/xpt/pass device permissions must be set properly)
|
- Port using CAM SCSI subsystem (cd/xpt/pass device permissions must be set properly)
|
||||||
|
|
||||||
## Other
|
## Other
|
||||||
|
|
||||||
- Use SCSI interfaces (SPTI/SG_IO) instead of OS-specific CD/DVD interfaces?
|
- Use SCSI interfaces (SPTI/SG_IO) instead of OS-specific CD/DVD interfaces?
|
||||||
- Alter caching algorithm?
|
- Alter caching algorithm?
|
||||||
- Integrate keepalive into read thread?
|
- Integrate keepalive into read thread?
|
||||||
|
|
Loading…
Reference in New Issue