diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-01-03 01:16:34 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-01-03 01:16:34 +0100 |
| commit | 6989798d87d3e5eded4fbc2e1d19a5b40a4e8051 (patch) | |
| tree | b7f04ee366d09349da31c690de7afcf33e5594b7 | |
| parent | faa425ef7a297c37d8cbe8f4273ee1bcb881c731 (diff) | |
Import MEMCARD_STATUS_UNKNOWN from psxsdk-20150729
| -rw-r--r-- | libpsx/include/memcard.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpsx/include/memcard.h b/libpsx/include/memcard.h index 11b443f..4ca965a 100644 --- a/libpsx/include/memcard.h +++ b/libpsx/include/memcard.h @@ -4,6 +4,8 @@ /*Card connection related*/
enum memcard_status
{
+ /** Memory card state unknown */
+ MEMCARD_STATUS_UNKNOWN = 0,
/** Memory card is connected */
MEMCARD_CONNECTED = 1,
/** Memory card is formatted */
|
