-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GameINI: Fix tattoo texture saving in Rabbids Go Home #13013
Conversation
5db1263
to
6c980b6
Compare
@JMC47 What do you think? Is this worth the performance impact, considering it's something you could toggle just when saving the Rabbid? |
The impact is small but some areas are already not running at full speed, at least not on my computer. |
This is one of those cases where I wish we had a Accuracy vs Performance INI option. I lean toward merging it, but I'm not sure. |
I've never noticed a performance impact in this game with this hack disabled, at least on my hardware. |
Assuming I haven't reduced the performance benefits with GM2.0 then this is probably another one for #12156 when I can get back to it.. (adding to remind myself). |
I'm going to make an executive decision on this and say correct emulation is probably better than not in this case. While I get that it may not be necessary for any minigames, the customization is part of the game and this is a pretty major graphical issue when using the feature. I'm not going to say this is the standard for similar features in other games, but for now let's try this and see if people complain about the game's performance. It's just as easy to tell people to turn it off for performance as it is to tell them to turn it on for correct emulation. |
It's actually harder, because turning it off can be done using the global settings, whereas overriding the INI can't. But we can go with what you said. Let's try it. |
I did think of that, but I still lean toward correct emulation, and telling users what setting changed. I did test this on Mali and (on an albeit strong phone) it seemed fine with EFB2RAM at 1x IR. |
Saving rabbid with EFB Copies to Texture Only:
Rabbid's texture is saved as fully black.
Saving rabbid without EFB Copies to Texture Only:
Intended behavior.