XargonWan
XargonWan
Waiting for these before proceeding: https://github.com/EKA2L1/EKA2L1/issues/507 https://github.com/EKA2L1/EKA2L1/issues/508 https://github.com/EKA2L1/EKA2L1/issues/509
We should add libretro as a master group as many configs are in common (we can override them by core): ```yml yuzu: pretty_name: YUZU options: - option1: true - option2:...
> List of options is extensible Format is not even close to final > > We should have two pretty names, one is for using in the FE verbatim, second...
A we may add more parents in the future, such as ARES and MAME (SA) we can edit the list like this: ```yml yuzu: pretty_name: YUZU options: - option1: true...
> Parents could be a part of a structure, not a property, right? You mean like this? ```yml yuzu: pretty_name: YUZU options: - option1: true - option2: false - resettable:...
We were talking about this in RomM: https://github.com/zurdi15/romm/discussions/296
> Please explain what part RomM would play in this. Is this for fetching hack metadata and/or the patches themselves? Would they do the patching for us so FLIPS integration...
> @Libretto7 i think the main problem is most of rom hacks haven't got any direct download link and it doesn't (i think) exist a centralized database Maybe something can...
> But RomM has nothing to do with acquiring or patching the roms. > > So all you are saying is that the functionality of scanning the local roms and...
Fixed in: https://github.com/XargonWan/RetroDECK/commit/2387cc854fd9d0d211d61167fec9854a10892f6a for single user only. We need a fix for multi user mode @icenine451 .