Phil

Results 4 issues of Phil

Use TSK_IMG_INFO::sector_size, as this may differ from block_size. All other filesystems use this value Closes #2436

The current Windows build uses compiler version vc140_xp - which requires Visual Studio 2015 to be installed. The latest C++ compiler with XP support is vc141_xp which can be installed...

hfs.c assigns device block size (dev_bsize) as follows: ``` /* this isn't really accurate; fs->block_size reports only the size of the allocation block; the size of the device block has...

There is ~3.1kb GC allocated per frame These are from the lookups on meshCache and materialCache, which use SpriteInstanceRenderer as a key The default ObjectEqualityComparer used in the Dictionary class...