#include "stdafx.h" #include "PSF.h" PSFLoader::PSFLoader(vfsStream& f) : psf_f(f) { } bool PSFLoader::Load(bool show) { if(!psf_f.IsOpened()) return false; m_show_log = show; if(!LoadHdr()) return false; if(!LoadKeyTable()) return false; if(!LoadValuesTable()) return false; if(show) { ConLog.SkipLn(); for(uint i=0; i