From 6cc0eeca25828bfbae673a19130fd41ff173f6d7 Mon Sep 17 00:00:00 2001 From: Lutz Roeder Date: Fri, 31 May 2024 18:21:51 -0700 Subject: [PATCH] Update dlc.js --- source/dlc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/dlc.js b/source/dlc.js index a0b8a15550..4564aa2b55 100644 --- a/source/dlc.js +++ b/source/dlc.js @@ -428,6 +428,7 @@ dlc.Container = class { case 0x0008: return 'int8'; case 0x0016: return 'int16'; case 0x0032: return 'int32'; + case 0x0064: return 'int64'; case 0x0108: return 'int8'; case 0x0132: return 'int32'; case 0x0216: return 'float16';