Quote:
Originally Posted by dyl4n
Hey Everyone. I'm still really new to kitchens but have cooked a few roms now successfully. I am wondering. If I have a custom OEM package to install into the OEM's folder how do I get it to show up in BuildOS? Am I missing a step. I placed my folder with the other OEMs but it does not appear in BuildOS as a selection. Thanks
|
You need to put a "option.xml" file in the Package directory. It's in the format of:
Code:
<?xml version="1.0" encoding="UTF-16" standalone="yes"?>
<Items>
<Item name="Program" group="OEM" checked="True">
<Tip></Tip>
<Guid type="p">ffffffff-ffff-ffff-ffff-ffffffffffff</Guid>
</Item>
</Items>