devkitPro / 3ds-hbmenu

The 3DS Homebrew Menu (∩ ͡° ͜ʖ ͡°)⊃━☆゚
705 stars 73 forks source link

xml. shortcuts not showing on menu #77

Open DeathKorpGuardsman opened 2 years ago

DeathKorpGuardsman commented 2 years ago

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.

Goldegag37 commented 6 months ago

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

koppo5657 commented 5 days ago

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

I have done the same as you and it still doesnt appear

WinterMute commented 5 days ago

I have done the same as you and it still doesnt appear

Please paste the contents of your .xml file in this issue.