mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Updated the NsSystemUpdateProgress struct.
This commit is contained in:
parent
ae9bd198a7
commit
ab1903e382
@ -92,8 +92,8 @@ typedef struct {
|
|||||||
|
|
||||||
/// SystemUpdateProgress. Commands which have this as output will return 0 with the output cleared, when no task is available.
|
/// SystemUpdateProgress. Commands which have this as output will return 0 with the output cleared, when no task is available.
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u64 unk_x0; ///< Unknown.
|
s64 current_size; ///< Current size.
|
||||||
u64 unk_x8; ///< Unknown.
|
s64 total_size; ///< Total size, <=0 indicates that no progress is available.
|
||||||
} NsSystemUpdateProgress;
|
} NsSystemUpdateProgress;
|
||||||
|
|
||||||
/// EulaDataPath
|
/// EulaDataPath
|
||||||
|
Loading…
Reference in New Issue
Block a user