mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-02 06:40:05 +01: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 a new issue