Support configuratable screen offset and remove resolved TODOs
This commit is contained in:
@@ -30,8 +30,6 @@ pub fn create_audio_for_vec(audio_samples: &Vec<AudioSample>) -> Vec<Audio> {
|
||||
let mut samples = &audio_samples[0..audio_samples.len()];
|
||||
let mut parsed_samples = Vec::new();
|
||||
|
||||
// TODO: When asking to the LOC of a track, the PS1 does not consider the sector count and just returns (min:seconds);
|
||||
// psxcdgen_ex has to make sure that songs start at sector 0
|
||||
for _ in 0..samples_to_parse {
|
||||
let mut audio = Audio::new();
|
||||
|
||||
|
Reference in New Issue
Block a user