Commit Graph

20 Commits

Author SHA1 Message Date
Maschell
153d10acf9 Force set the FS_STAT_FILE flag if the filesize is > 0 2022-05-15 11:31:44 +02:00
Crementif
41a318cac5 Support time, fix modes and translate errors
Thanks to @koolkdev for figuring out the FSStat flags and structs.
Thanks to WUT for the error codes.
2022-05-15 11:31:44 +02:00
Maschell
2b2810cb96 Update .clang-format rules 2022-02-03 15:30:41 +01:00
Maschell
7e4c2f13bd Format the code via clang-format
Add new Dockerfile for building the lib in pull requests

Fix formatting of ALIGN macro
2022-02-03 13:36:29 +01:00
Maschell
9faa95af56 Add support for reading the seeprom. 2022-01-29 18:42:45 +01:00
Maschell
fbfbd3ef7c Add IOSUHAX_read_otp and IOSUHAX_ODM_GetDiscKey 2021-10-09 00:54:48 +02:00
Maschell
0e1af0e341 Formatting 2021-09-24 19:38:34 +02:00
GaryOderNichts
69532cf9d9 Add IOSUHAX_kern_write32 and IOSUHAX_kern_read32 2021-04-05 00:20:27 +02:00
Maschell
11852617d6 Use fs modes from wut 2020-08-12 23:08:06 +02:00
orboditilt
cf4f2ab607 Adopt makefile from wut libraries. Now only compatible to WUT projects. 2019-08-14 22:15:37 +02:00
Maschell
f4ee7165b2 Adopt changes from c84dc90f82 (diff-926d68b2fc88fcefd3d26fe929f99bac) 2018-09-21 16:29:14 +02:00
Maschell
d0ce0d7777
Fix compiling with r32 2018-08-07 00:30:43 +02:00
FIX94
dfaaf8aeb1 added special ioctl to make sure a custom device on open is actually iosuhax (note: old wupservers have to be updated with that ioctl) 2016-12-13 00:24:31 +01:00
FIX94
7d50622dfb merge with latest version and added FSA_FlushVolume 2016-12-10 22:19:11 +01:00
dimok789
918491b2db - added sd and usb disc interface that can be used with libfat, libntfs or libext2fs
- added "make wut" target to build the library for WUT applications
- added parameter to IOSUHAX_Open with dev path which can be used to override the default path. If not wanted use NULL or 0.
2016-11-28 18:14:40 +01:00
FIX94
ceef3f60d3 -using /dev/mcp instead of /dev/iosuhax because of on-the-fly wupserver usage 2016-11-27 00:52:06 +01:00
dimok789
989724c15f added FSA_ChangeMode and the devoptab function chmod() 2016-11-18 13:13:40 +01:00
dimok789
a936c03ba5 - added FSA raw open/read/write/close functions to ioctl commands
- removed usage of gctypes.h and use stdint.h instead
2016-11-18 11:26:29 +01:00
dimok789
20727ac6f1 - fixed fsa write function
- fixed fsa remove function
2016-11-18 09:20:17 +01:00
dimok789
57e2197d1f first commit of the library
- added multiple functions to communication to /dev/iosuhax over ioctl command
- added multi functional devoptab for mounting and/or mapping devices to virtual device names
2016-11-17 20:36:25 +01:00