Web2D_Games icon indicating copy to clipboard operation
Web2D_Games copied to clipboard

Request support for FTEX format 44

Open ZzzzzzzSkyward opened this issue 8 months ago • 5 comments

function switnvt( &$file, $base, $pfx, $id )
{
	printf("== switnvt( %x , %s , %d )\n", $base, $pfx, $id);
...
	$list_fmt = array(
		44 => ? , 
		0x49 => 'im_bc4',
		0x4d => 'im_bc7',
	);
	if ( ! isset($list_fmt[$fmt]) )
		return php_error('UNKNOWN im fmt  %x', $fmt);
	printf("DETECT  fmt %s , %x x %x \n", $list_fmt[$fmt], $w, $h);
...
}

Snipaste_2024-06-05_14-23-53

SecretFile.zip

ZzzzzzzSkyward avatar Jun 05 '24 06:06 ZzzzzzzSkyward