mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Some %x fixed
This commit is contained in:
parent
c53a822c4e
commit
7d95311a01
12 changed files with 66 additions and 66 deletions
|
|
@ -44,7 +44,7 @@ bool PSFLoader::LoadHeader()
|
|||
if(!m_header.CheckMagic())
|
||||
return false;
|
||||
|
||||
if(m_show_log) LOG_NOTICE(LOADER, "PSF version: %x", m_header.psf_version);
|
||||
if(m_show_log) LOG_NOTICE(LOADER, "PSF version: 0x%x", m_header.psf_version);
|
||||
|
||||
m_psfindxs.clear();
|
||||
m_entries.clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue