wut/include/coreinit
Crementif 7831bb20a1 Add more FSStatFlags and add FSTimeToCalendarTime
This pull request adds:
 - Missing flags to FSStatFlags so that it's possible to recognize these (sym)links or encrypted files.
 - Adds the FSTimeToCalendarTime function which is used to convert the created and modified time of the FSStat entry.

These additions don't change anything and are only additive, so it won't break/change existing projects.

Credits to @koolkdev for figuring out the FSStat flags. I double-checked them and did some minor changes (unencrypted -> encrypted).
2022-04-15 16:49:44 +01:00
..
alarm.h Prefix structsize macros with WUT_ 2018-06-20 11:05:16 +01:00
atomic.h coreinit: Add 32 bit atomic exports. 2017-04-10 23:19:21 +01:00
atomic64.h Update some doxygen related headers. 2018-06-14 14:11:22 +01:00
bsp.h Add coreinit/bsp.h (#130) 2020-05-22 08:38:34 +10:00
cache.h Fix formatting. 2020-05-07 15:29:59 +01:00
codegen.h include/coreinit: First pass at coreinit/codegen.h 2019-04-22 10:12:28 +10:00
condition.h Prefix structsize macros with WUT_ 2018-06-20 11:05:16 +01:00
context.h Add missing wut offset checks 2019-01-09 09:47:28 +00:00
core.h include/coreinit: Fix up some more Doxygen briefs 2018-07-25 10:45:06 +10:00
coreinit.dox Add module .dox 2016-01-07 16:13:50 +00:00
coroutine.h Prefix structsize macros with WUT_ 2018-06-20 11:05:16 +01:00
cosreport.h Fix formatting. 2020-05-07 15:29:59 +01:00
debug.h Add various functions used in root.rpx 2022-04-15 16:43:02 +01:00
dynload.h Fixed typo 2022-02-11 22:24:28 +00:00
energysaver.h Update energysaver.h 2020-09-21 22:21:47 +01:00
event.h Prefix structsize macros with WUT_ 2018-06-20 11:05:16 +01:00
exception.h whb: Fix exception handlers to be globally registered. 2018-05-25 18:59:29 +01:00
exit.h coreinit: Use rplwrap for exit (__rplwrap_exit) 2019-04-22 12:43:37 +10:00
fastcondition.h Prefix structsize macros with WUT_ 2018-06-20 11:05:16 +01:00
fastmutex.h Prefix structsize macros with WUT_ 2018-06-20 11:05:16 +01:00
fiber.h coreinit: Add OSSwitchFiber{Ex} functions. 2018-07-01 16:25:07 +01:00
filesystem.h Add more FSStatFlags and add FSTimeToCalendarTime 2022-04-15 16:49:44 +01:00
foreground.h Add foreground management imports to coreinit 2016-07-27 00:39:25 -07:00
internal.h Adjustments for linking, rpx/rpl generation 2016-07-22 20:35:20 -07:00
interrupts.h coreinit: Add interrupts.h 2022-02-11 22:25:37 +00:00
ios.h Fix IOSVec. 2018-09-14 11:39:03 +01:00
launch.h Add OSForceFullRelaunch() declaration 2021-12-29 14:14:55 +01:00
mcp.h cafe/coreinit: Identify remaining MCP app types (#124) 2020-05-02 10:49:56 +10:00
memblockheap.h Add alignas specifiers for OSContext, OSSpinLock, OSThread. 2018-09-14 09:02:46 +01:00
memdefaultheap.h coreinit: Add a prototype for __preinit_user. 2018-05-30 18:56:10 +01:00
memexpheap.h Add alignas specifiers for OSContext, OSSpinLock, OSThread. 2018-09-14 09:02:46 +01:00
memfrmheap.h Add alignas specifiers for OSContext, OSSpinLock, OSThread. 2018-09-14 09:02:46 +01:00
memheap.h Add MEMFindParentHeap and MEMCreateUserHeapHandle 2018-06-26 15:55:01 +01:00
memlist.h Prefix structsize macros with WUT_ 2018-06-20 11:05:16 +01:00
memory.h Add various functions used in root.rpx 2022-04-15 16:43:02 +01:00
memorymap.h include/coreinit: Add missing doxygen group end to memorymap.h 2019-02-21 08:55:08 +00:00
memunitheap.h Add alignas specifiers for OSContext, OSSpinLock, OSThread. 2018-09-14 09:02:46 +01:00
messagequeue.h coreinit/messagequeue: Add OSGetDefaultAppIOQueue 2020-12-31 10:48:34 +00:00
mutex.h Prefix structsize macros with WUT_ 2018-06-20 11:05:16 +01:00
rendezvous.h Prefix structsize macros with WUT_ 2018-06-20 11:05:16 +01:00
scheduler.h coreinit: add scheduler.h 2022-02-11 22:25:07 +00:00
screen.h include/coreinit/screen: Add Doxygen docs for OSScreen 2018-07-24 22:04:20 +10:00
semaphore.h Prefix structsize macros with WUT_ 2018-06-20 11:05:16 +01:00
spinlock.h Add alignas specifiers for OSContext, OSSpinLock, OSThread. 2018-09-14 09:02:46 +01:00
systeminfo.h coreinit: add OSGetOSID() and __OSGetProcessSDKVersion() 2019-11-19 21:35:48 +00:00
taskqueue.h Prefix structsize macros with WUT_ 2018-06-20 11:05:16 +01:00
thread.h Add alignas specifiers for OSContext, OSSpinLock, OSThread. 2018-09-14 09:02:46 +01:00
threadqueue.h coreinit: Fix OSThreadLink struct 2022-02-11 22:26:26 +00:00
time.h Add definitions 2021-03-04 19:47:45 +01:00
title.h Remove sized types from wut_types.h 2018-06-20 11:05:16 +01:00
transition.h Add various functions used in root.rpx 2022-04-15 16:43:02 +01:00
userconfig.h Fix formatting. 2020-05-07 15:29:59 +01:00