mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-21 12:05:47 +02:00
Tekken is broken with setting UserHacks_round_sprite_offset = 2 use 1 instead. => game use upscaling internaly so my rounding of coordinate break everything Yakuza uses float coordinate but this hack only correct the integer coordinate => the solution will be to add a dedicated hack for this game. Colin3 got a regression but I don't know when...