mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-04-27 10:20:06 +00:00

An instance of the NAX apploader already has an existing NAX instance in memory. Calling directly into IdentifyType() directly would re-parse the whole file again into yet another NAX instance, only to toss it away again. This gets rid of unnecessary/redundant file parsing and allocations.