remove newlines in MS-XNA/KTX signature

This commit is contained in:
Benjamin Funke 2026-06-20 21:36:33 +02:00
commit f46b3ca1ac
2 changed files with 0 additions and 4 deletions

View file

@ -26,7 +26,6 @@ function detect() {
break;
}
/* XNA Studio platforms: 'w' = Windows, 'm' = Windows Phone 7, 'x' = X360
* MonoGame extensions: 'i' = iOS, 'a' = Android, 'X' = MacOSX, 'P' = PS4, 'S' = Switch, etc */
switch (Binary.read_uint8(0x3)) {

View file

@ -33,9 +33,6 @@ function detect() {
//sOption(Binary.read_uint32(0x14)+"x"+Binary.read_uint32(0x18));
}
}
}
return result();