mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 01:08:39 +12:00
Compilation fix
This commit is contained in:
parent
6df5ddb973
commit
ffda60996d
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ s32 pngDecOpen(
|
||||||
stream->fd = 0;
|
stream->fd = 0;
|
||||||
stream->src = *src;
|
stream->src = *src;
|
||||||
|
|
||||||
switch (src->srcSelect)
|
switch (src->srcSelect.ToLE())
|
||||||
{
|
{
|
||||||
case CELL_PNGDEC_BUFFER:
|
case CELL_PNGDEC_BUFFER:
|
||||||
stream->fileSize = src->streamSize.ToLE();
|
stream->fileSize = src->streamSize.ToLE();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue