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...
Hi, thank you for sending your suggestions. I'm glad the tool is useful.
Sure, that is already possible, edit the file
upd_cemu.json
, and remove every game fromgameid_list
. Leaving that list empty ([]
) will unpack the packs for all games. Also setupdate_gameid_list
tofalse
to stop it from detecting your games.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...