Support configuratable screen offset and remove resolved TODOs

This commit is contained in:
2024-07-30 16:13:32 -05:00
parent ee78193bfd
commit 40c7dea1f0
8 changed files with 20 additions and 26 deletions

View File

@@ -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();