Commit Graph

2 Commits

Author SHA1 Message Date
thedax
3c91ce8d6b Nacptool: fix bug with title id parsing on Windows. (#19)
* Fix bug with title id parsing on Windows.

On Windows, longs (as specified by %lX) are 32-bit, not 64-bit, so assuming its size results in the upper 32-bits of the title id being lost.

* Use SCNx64 instead.
2018-10-08 12:10:55 -04:00
yellows8
93f5cb18a2 Added nacptool. 2017-12-31 22:56:30 -05:00