mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-29 00:33:01 +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)
|
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…
x
Reference in New Issue
Block a user