mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-11 07:02:57 +02:00
This game contains a special episode of the Pokémon anime as an FMV. When playing it, if only a tiny part of the image has changed between frames, Dolphin's texture hashing can fail to notice that anything changed, or it can notice that the chroma changed but not the luma, or vice versa. 512 samples reduces the problem but doesn't get rid of it entirely, but with 2048 I'm unable to see the problem.