Skip to content

Commit 89580a3

Browse files
committed
Remove the only use of intfstream_open_writable_memory in RA
1 parent d193748 commit 89580a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libretro-common/formats/png/rpng_encode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ uint8_t* rpng_save_image_bgr24_string(const uint8_t *data,
410410
if (!buf)
411411
GOTO_END_ERROR();
412412

413-
intf_s = intfstream_open_writable_memory(buf,
413+
intf_s = intfstream_open_memory(buf,
414414
RETRO_VFS_FILE_ACCESS_WRITE,
415415
RETRO_VFS_FILE_ACCESS_HINT_NONE,
416416
_len);

0 commit comments

Comments
 (0)