1
General Discussion / Make m64+AE suggest the best settings
« on: June 07, 2013, 07:30:42 AM »
I got an idea that will help the generic user and lower the THE EMU IS SLOW HURR DURR 1 star ratings: making a list of speed/performance etc settings for each rom that we can see by pressing a button in the same menu of restart/continue/cheats. We would need a team that tests the rom on the devices they own, then put the settings they used on a site where it then will be moderated and if good, included with an update. We could give device specific settings too, so the list's code would literally be:
We could make the file get updated on request with any m64 version too by using something similiar to buildbot, except for a text file.
How' the idea?
Code: [Select]
If game is listed in setttings (
if game is in device specific list (show it)
else (show generic settings for it))
else (show that there currently are no suggested settings)
We could make the file get updated on request with any m64 version too by using something similiar to buildbot, except for a text file.
How' the idea?