Code:
- Added new section [UWPGame] with keys Manifest#= o inform al manifest to registry
>> if Manifest1= is different from empty, the UWPGame mode will be automatically activated.
- Added new key ManifestID= in [Executable#] to inform the ID referring to the manifest file. (Value is integer)
>> Example: ManifestID=1 or ManifestID=2 // In examples 1 and 2 refer to the manifest file registered in the [UWPGame] section to create shortcut and set game to run in Play button.
>> To UWP games (Only to UWP Games) in [Executable#] section set Name=ORIGINAL to create shortcut with original UWP game name.
>> To UWP Games keys ExePath=, Exe=, ExePath64 and Exe64= in [Executable#] section not is necessary.
>> PS: Play butons in games UWP, if game not registred, register before run game.
Code:
[UWPGame]
Manifest1={app}\appxmanifest.xml
[Executable1]
Name=ORIGINAL
ManifestID=1