Skip to content

Commit

Permalink
Revert "Use .tie extension for titledb entries"
Browse files Browse the repository at this point in the history
This reverts commit 8ee0fac.
  • Loading branch information
d0k3 committed Jul 13, 2020
1 parent eb265e9 commit f20d265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm9/source/virtual/vbdri.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define VFLAG_SYSTEM (1UL<<31)
#define VFLAG_TICKDIR (VFLAG_UNKNOWN|VFLAG_HOMEBREW|VFLAG_ESHOP|VFLAG_SYSTEM)

#define NAME_TIE "%016llX.tie"
#define NAME_TIE "%016llX"
#define NAME_TIK "%016llX.%08lX.tik" // title id / console id

#define PART_PATH "D:/partitionA.bin"
Expand Down

0 comments on commit f20d265

Please sign in to comment.