Emulator Issues #4655
closedImprove EFB options in UI and allow per game usability
0%
Description
UI:
Now with the new EFB system, we need a more clear way for users to pick amounst the 3 possible configs (and it should become 3 seperate options). I would suggest:
Virtual, Ram, Mixed.
Other alternatives for both being active could be: "Virtual+Ram", "Both", "Combo", or "Full"
INI:
And since before there was really only Texture or Ram, we could just toggle the bool "EFBtoTexture" to switch. But now obviously we'll need a different system. Perhaps something like:
"EFBtoTexture = <0,1,2>
Updated by wfowler1 over 13 years ago
You'd only need two options, Virtual and RAM, either set to 1 or 0. If both are set to 1, that's your mixed setting.
The dolphin-cheats-database needs to be updated for this AND for the newfound lack of Accurate Texture Cache.
Updated by wespipes69 over 13 years ago
It would be great if at least the ini part of this could be done soon. I consider this a regression of functionality since before the texcache rewrite integration, we could set our FB options per game, now we can only half do it. I think it's the "both" option which we cannot achieve currently per game and that's the one that should be the most common now.
Updated by NeoBrainX about 13 years ago
- Status changed from New to Invalid
Now that texcache-rewrite is a branch again, this is invalid.