Skip to content

Releases: ClementDreptin/GameShortcut

v1.1.1

11 Oct 23:08
Compare
Choose a tag to compare

Bug fixes

  • Added %XEDK%\bin\win32 to %PATH% to be able to delay load xbdm.dll. This has always worked on my machine because I permanently added %XEDK%\bin\win32 in my %PATH% so xbdm.dll was being loaded without me noticing it.

v1.1.0

31 Aug 13:51
Compare
Choose a tag to compare

Changes

  • Rewrote everything in plain C
  • Renamed the config file from gameInfo.txt to shortcutInfo.txt
  • Used a hash of the shortcut name instead of a random number for the title ID to prevent the user from creating two shortcuts with the same name

v1.0.0

27 Oct 20:01
Compare
Choose a tag to compare

First version.