Commit 81dbf275 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] TDREND: integer_WL used instead of float_WL for quantized float. add...

[fix] TDREND: integer_WL used instead of float_WL for quantized float. add dataSpec.makeBE option to also write unquantized float values
parent 644841dc
Loading
Loading
Loading
Loading
+10386 −10386

File changed.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -98,6 +98,7 @@ dataSpec.hrfInDir = hrir_file;
dataSpec.hrfOutDir = binary_path;
dataSpec.genRomFile = writeRomFileOutput;
dataSpec.genBinaryFile = writeBinaryOutput;
dataSpec.makeBE = false;
dataSpec.romOutDir = rom_path;
Mod_Hrf_Itd_Main(dataSpec);

Loading