forked from dolphin-emu/dolphin
This saves us from having to call GetPath when the same file is being read over and over. (GetPath is more expensive than GetOffset due to it iterating through parts of the file system and creating strings.)
This saves us from having to call GetPath when the same file is being read over and over. (GetPath is more expensive than GetOffset due to it iterating through parts of the file system and creating strings.)