devkitPro / wut

Let's try to make a Wii U Toolchain / SDK for creating rpx/rpl.
zlib License
236 stars 52 forks source link

Add more FSStatFlags and add FSTimeToCalendarTime #215

Closed Crementif closed 2 years ago

Crementif commented 2 years ago

This pull request adds:

These additions don't change anything and are only additive, so it won't break/change existing projects. I also added doxygen comments to make it clearer what each one entails. There are more flags, but none that I can make sense of.

Credits to @koolkdev for figuring out the FSStat flags. I double-checked them and did some minor changes (unencrypted -> encrypted).

exjam commented 2 years ago

Merged as https://github.com/devkitPro/wut/commit/7831bb20a1202dc51a14bcef47521dcfdfe0a5d4

(renamed parameter to *outCalendarTime)

exjam commented 2 years ago

Thanks !