* add autoconf.cfg parameter 8bitdo_hack (default 1) to decide whether to add the offset to the inputs for retroarch - which is required on the older firmware
* make sure autoconf.cfg is owned by $user - it would be created as root previously
* add setAutoConf function
* cleanup retroarch config generation code
* Enable some GLideN64 optimizations again.
* Use audio omx as default audio plugin.
* Add audio plugin switch if internal rpi audio device is not used.
* Add GLideN64 FBEmulation enable switch for certain games (Zelda,
Rayman, Pokemon, Diddy Kong Racing etc.).
* Make mupen64plus.cfg editing more secure. Add section if section does
not exists.
* Take care ScreenshotPath, SaveStatePath and SaveSRAMPath stay the same
even if you delete mupen64plus.cfg.
* Fix startup script for other platforms.
* Use bilinear filtering standard mode to fix super smash brothers and
mario kart texture corruption.
* Disable audio OMX audio output auto configuration. We use SDL audio
now.
* Disable FBEmulation for now. Conker BFD, Bomberman, Castlevania, Banjo
Kazooie and Rayman 2 suffer visual corruptions if this feature is
enabled. Need to find a way to enable it for Zelda games.
* Use native resolution if FBEmulation is enabled.
* Default render resolution is 320x240 for best performance. Use dispmanx to upscale video.
* Use GlideN64 as default video plugin.
* Update GlideN64 configVersion.
-Enable FBEmulation even if there are some games with problems.
* merge in latest upstream changes to repository
* adjust script to work with new cfg template name
* move config and symlink to $md_conf_root
* don't overwrite existing configuration on update
* manage shaders/overlays from a retroarch gui function, so they can be updated separately from retroarch.
* only install shaders by default (to save on space).
* add _update_hook function support - these get run on updating retropie-setup.
* add update_hook functions for modules so they show up as installed on retropie-setup 4.x - eg modules that
previously just apt-get installed a package.
* get rid of _INFMSGS and instead have a rp_module_help field with information in.
this can then be displayed in the setup menus, and not just after configuring.