mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-24 06:39:14 +01:00
[SC64][SW] Change error type starting ID to avoid reusing old error code IDs
This commit is contained in:
parent
1b71b4a333
commit
71cef2cd6c
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
ERROR_TYPE_CFG = 0,
|
ERROR_TYPE_CFG = 1,
|
||||||
ERROR_TYPE_SD_CARD = 1,
|
ERROR_TYPE_SD_CARD = 2,
|
||||||
} sc64_error_type_t;
|
} sc64_error_type_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
@ -86,8 +86,8 @@ typedef enum {
|
|||||||
} translate_type_t;
|
} translate_type_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
ERROR_TYPE_CFG = 0,
|
ERROR_TYPE_CFG = 1,
|
||||||
ERROR_TYPE_SD_CARD = 1,
|
ERROR_TYPE_SD_CARD = 2,
|
||||||
} error_type_t;
|
} error_type_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Loading…
Reference in New Issue
Block a user