mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-06 11:22:15 +02:00
Use u8 instead of bool
This commit is contained in:
parent
6bda3f1df8
commit
91aade225a
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/// Error configuration struct.
|
/// Error configuration struct.
|
||||||
typedef struct {
|
typedef struct {
|
||||||
bool custom_text; ///< Whether to show a custom error message. If this is false, a default message will be shown.
|
u8 custom_text; ///< Whether to show a custom error message. If this is false, a default message will be shown.
|
||||||
u8 pad[7];
|
u8 pad[7];
|
||||||
u32 module; ///< Module code.
|
u32 module; ///< Module code.
|
||||||
u32 description; ///< Description code.
|
u32 description; ///< Description code.
|
||||||
|
Loading…
Reference in New Issue
Block a user