mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
use only one set of logging macros instead of two and don't use free() as a function name
This commit is contained in:
parent
afad6daa7d
commit
95f1a0e645
74 changed files with 800 additions and 793 deletions
|
|
@ -43,7 +43,7 @@ bool PSFLoader::LoadHeader()
|
|||
if(!m_header.CheckMagic())
|
||||
return false;
|
||||
|
||||
if(m_show_log) LOGF_NOTICE(LOADER, "PSF version: %x", m_header.psf_version);
|
||||
if(m_show_log) LOG_NOTICE(LOADER, "PSF version: %x", m_header.psf_version);
|
||||
|
||||
m_psfindxs.clear();
|
||||
m_entries.clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue