SimAnimals: Difference between revisions

m
→‎Problems: It's not just the IR >1
(→‎Problems: Broken pointer with IR >1)
m (→‎Problems: It's not just the IR >1)
Line 14: Line 14:


== Problems ==
== Problems ==
It has been reported on discord and on the bug tracker that the pointer is broken when using an Internal Resolution larger than 1x. See bug https://bugs.dolphin-emu.org/issues/13148
It has been reported on discord and on the bug tracker that the pointer is broken with certain enhancements. See bug https://bugs.dolphin-emu.org/issues/13148


On discord it was confirmed setting Dolphin's Internal Resolution to 1 x Native fixes the pointer problem.
The problematic enhancements are
* Internal Resolutions higher than 1x native
* Any Anti-Aliasing
 
The problematic Hack is
* Store EFB Copies to Texture only
 
To make fix this set
* Internal Resolution to  1x Native
* Set Anti-Aliasing to None
* Disable Store EFB Copies to Texture only
 
On discord it was confirmed these settings makes the pointer work properly on the tree.


== Configuration ==
== Configuration ==