ICtCp float math

This commit is contained in:
minjaesong
2025-10-03 02:00:14 +09:00
parent 27ad3361ea
commit 29b3da1dbc
2 changed files with 50 additions and 53 deletions

View File

@@ -407,8 +407,6 @@ let currentFileIndex = 1 // Track which file we're playing in concatenated stre
let totalFilesProcessed = 0
let decoderDbgInfo = {}
let blockDataPtr = sys.malloc(2377744)
let cueElements = []
// Function to try reading next TAV file header at current position
@@ -753,7 +751,6 @@ catch (e) {
}
finally {
// Cleanup
sys.free(blockDataPtr)
sys.free(RGB_BUFFER_A)
sys.free(RGB_BUFFER_B)