mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-15 22:53:47 +00:00
Minor bugfix
This commit is contained in:
parent
ea82b732a3
commit
7303f04bc5
@ -377,7 +377,8 @@ namespace rsx
|
||||
|
||||
if (auto picon = +listSet->newData->icon)
|
||||
{
|
||||
title = picon->title.get_ptr();
|
||||
if (picon->title)
|
||||
title = picon->title.get_ptr();
|
||||
|
||||
if (picon->iconBuf && picon->iconBufSize && picon->iconBufSize <= 225280)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user