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
Allow progressive scan to be set by game ini. #466
Conversation
|
Looks fine to me. Can I just ask why though? (dunno if any discussion related to this was done on the IRC) |
|
Ι asked rachel about it. There are a lot of virtual console games that need the option and i intent to add them in the gameini database. |
|
Ah OK, didn't know that. |
|
For reference, this is http://code.google.com/p/dolphin-emu/issues/detail?id=6466. Not sure what to think about this; I mean, having a gameini option seems fine, but someone should probably actually look at issue 6466 before we add this as a hack in the default gameini for a bunch of games. |
|
That's not really relevant to this PR though. ALL options should be possible to set via game ini, otherwise users are forced to do stupid things like create multiple copies of dolphin in order to set different settings for different games. I wrote this because it was brought to my attention that it was it wasn't possible to set via game ini. Even if there were no games that required the setting, i think that's a good enough reason. |
|
Okay. |
|
Please rebase. |
Allow progressive scan to be set by game ini.
Update that adds NES and SNES (U) Virtual Console games to the database. Fixes issue 7349 (More Aggressive Twilight Princess Hack), issue 7337 (Def Jam Vendetta No Cutscenes?) and issue 7258 (Madden NFL 2003 requires RealXFB for videos). Workaround for issue 7322 (Slow audio ingame in various gamecube games when using HLE, LLE audio works fine.) by enforcing LLE audio for the affected games for the time being. This PR depends upon pr dolphin-emu#466 "Allow progressive scan to be set by game ini".
No description provided.