yellows8
|
4c1b09d6b9
|
Check for invalid handle in fs*Close(). Added fsOpenDataStorageByCurrentProcess(), fsStorageRead(), and fsStorageClose(). Added fsdevGetDefaultFileSystem(). Imported nro.h from nx-hbmenu. Implemented proper RomFS support.
|
2018-02-23 22:29:43 -05:00 |
|
fincs
|
95592641f5
|
services/: Add Doxygen file headers; document sm.h
|
2018-02-10 22:40:11 +01:00 |
|
plutoo
|
673651a51f
|
Fix broken header files
|
2018-01-23 00:27:00 +01:00 |
|
plutoo
|
6fa8370bfb
|
This looks better
|
2018-01-22 20:11:55 +01:00 |
|
TuxSH
|
5abc4873d8
|
Include only what is really necessary...
add pragma once in every header, etc.
|
2018-01-22 18:42:57 +01:00 |
|
plutoo
|
f70d70f029
|
Introducing "Service" object, implemented service override, fixing minor formatting mistakes
NOT TESTED :(
|
2018-01-12 23:29:49 +01:00 |
|
plutoo
|
edcf789b6e
|
C was developed in 1972
|
2018-01-06 13:54:59 +01:00 |
|
yellows8
|
0c5efe5f9c
|
Added a comment in fs_dev.h. Adjusted fs.h formatting, etc. Added support for mounting SaveData.
|
2017-11-30 01:58:21 -05:00 |
|
yellows8
|
49959e4e37
|
FS adjustments + fixed fsFsGetFreeSpace/fsFsGetTotalSpace. In fs_dev: fixed cwd handling, unmounting adjustments, use fsFsGetEntryType(), updated fsdev_dirnext(), and properly handle fsdev_statvfs().
|
2017-11-29 01:47:11 -05:00 |
|
yellows8
|
59880e9488
|
Removed output bytes_written for fsFileWrite() since the command doesn't actually return that. In fsdev_open(), set the FS_OPEN_APPEND flag when opening for writing. Adjusted file-creation handling in fsdev_open().
|
2017-11-27 17:40:49 -05:00 |
|
yellows8
|
25f2839c75
|
Imported util/utf from libctru. Updated appInit/appExit. Fs adjustments + implemented IDirectory. Imported a modified version of sdmc_dev from libctru as fs_dev, this currently isn't usable.
|
2017-11-23 15:00:56 -05:00 |
|
yellows8
|
68dbb72b04
|
Added fsExit and fsGetServiceSession. Check whether initialization was already done in fsInitialize, etc. Added fs to __appInit/__appExit.
|
2017-10-14 21:45:59 -04:00 |
|
plutoo
|
74b14f4c63
|
Introducing fs..
|
2017-10-07 22:49:16 +02:00 |
|