ps3dev / PSL1GHT

A lightweight PS3 SDK
www.psl1ght.com
MIT License
207 stars 63 forks source link

rsxSetTransferImage doesn't work as expected #122

Closed crystalct closed 3 years ago

crystalct commented 3 years ago

srcX and srcY are ignored (always 0 and 0). You have to add manually (srcX + srcY * width_src_image) * bytes_per_pixel to srcOffset

shagkur commented 3 years ago

I've just commited a fix for this. Can you give it a try.

crystalct commented 3 years ago

At home i will test it.

crystalct commented 3 years ago

Works!

Do you have or know a place where find examples about RSX and freetypes fonts (not tiny3d) to use unicode fonts (to use also japan characters) ?