3ds-hbmenu icon indicating copy to clipboard operation
3ds-hbmenu copied to clipboard

xml. shortcuts not showing on menu

Open DeathKorpGuardsman opened this issue 4 years ago • 3 comments

I'm trying to make a shortcut to enable dev mode on Xash3DS half life, but I cannot get the xml file to show up in the homebrew launcher menu. if you need anymore info, just ask.

DeathKorpGuardsman avatar Dec 27 '21 11:12 DeathKorpGuardsman

are you sure that it follows the syntax:

<shortcut>
    <executable>/path/to/file.3dsx</executable>
    <icon>/path/to/file.smdh</icon>
    <arg>(arguments)</arg>
    <name>Homebrew app</name>
    <description>Homebrew app description</description>
    <author>Author</author>
</shortcut>

this should be the only thing in the file

backtick82 avatar Feb 19 '24 22:02 backtick82