mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-10 00:45:11 +00:00
Remove obsolete option "Hide Debug Console" and move skipPamf to HLE section
This commit is contained in:
parent
afad6daa7d
commit
fb8ced95b0
3 changed files with 12 additions and 20 deletions
|
|
@ -176,7 +176,7 @@ int cellPamfVerify(mem_ptr_t<PamfHeader> pAddr, u64 fileSize)
|
|||
int cellPamfReaderInitialize(mem_ptr_t<CellPamfReader> pSelf, mem_ptr_t<PamfHeader> pAddr, u64 fileSize, u32 attribute)
|
||||
{
|
||||
// Skip PAMF initialization
|
||||
if (Ini.SkipPamf.GetValue())
|
||||
if (Ini.HLESkipPamf.GetValue())
|
||||
return -1;
|
||||
|
||||
cellPamf->Warning("cellPamfReaderInitialize(pSelf=0x%x, pAddr=0x%x, fileSize=%d, attribute=0x%x)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue