nosklo / cemu_utils

Useful code to deal with cemu configs and files
GNU Lesser General Public License v3.0
50 stars 1 forks source link

. #2

Closed Wolf-lbh closed 6 years ago

nosklo commented 6 years ago

Hi, thank you for sending your suggestions. I'm glad the tool is useful.

have the updater install graphics packs for every game even if they are not installed on the host system yet

Sure, that is already possible, edit the file upd_cemu.json, and remove every game from gameid_list. Leaving that list empty ([]) will unpack the packs for all games. Also set update_gameid_list to false to stop it from detecting your games.

   "gameid_list": [],
   "update_gameid_list": false,

About cemu automatic updates, that could break some games since cemu is experimental, so I have no plans into adding that for now. I can see it happening, in a tool capable of using the correct best cemu version for each game...