mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 07:21:25 +12:00
Minor bugfix
This commit is contained in:
parent
ea82b732a3
commit
7303f04bc5
1 changed files with 2 additions and 1 deletions
|
@ -377,7 +377,8 @@ namespace rsx
|
||||||
|
|
||||||
if (auto picon = +listSet->newData->icon)
|
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)
|
if (picon->iconBuf && picon->iconBufSize && picon->iconBufSize <= 225280)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue