RetroArch
|
Macros | |
#define | CARD_ERROR_UNLOCKED 1 |
#define | CARD_ERROR_READY 0 |
#define | CARD_ERROR_BUSY -1 |
#define | CARD_ERROR_WRONGDEVICE -2 |
#define | CARD_ERROR_NOCARD -3 |
#define | CARD_ERROR_NOFILE -4 |
#define | CARD_ERROR_IOERROR -5 |
#define | CARD_ERROR_BROKEN -6 |
#define | CARD_ERROR_EXIST -7 |
#define | CARD_ERROR_NOENT -8 |
#define | CARD_ERROR_INSSPACE -9 |
#define | CARD_ERROR_NOPERM -10 |
#define | CARD_ERROR_LIMIT -11 |
#define | CARD_ERROR_NAMETOOLONG -12 |
#define | CARD_ERROR_ENCODING -13 |
#define | CARD_ERROR_CANCELED -14 |
#define | CARD_ERROR_FATAL_ERROR -128 |
#define CARD_ERROR_BROKEN -6 |
directory structure or file entry broken
#define CARD_ERROR_BUSY -1 |
card is busy.
#define CARD_ERROR_CANCELED -14 |
card operation canceled
#define CARD_ERROR_ENCODING -13 |
font encoding PAL/SJIS mismatch
#define CARD_ERROR_EXIST -7 |
file allready exists with the specified parameters
#define CARD_ERROR_FATAL_ERROR -128 |
fatal error, non recoverable
#define CARD_ERROR_INSSPACE -9 |
not enough space to write file to memory card
#define CARD_ERROR_IOERROR -5 |
internal EXI I/O error
#define CARD_ERROR_LIMIT -11 |
card size limit reached
#define CARD_ERROR_NAMETOOLONG -12 |
filename too long
#define CARD_ERROR_NOCARD -3 |
no memory card in slot
#define CARD_ERROR_NOENT -8 |
found no empty block to create the file
#define CARD_ERROR_NOFILE -4 |
specified file not found
#define CARD_ERROR_NOPERM -10 |
not enough permissions to operate on the file
#define CARD_ERROR_READY 0 |
card is ready.
#define CARD_ERROR_UNLOCKED 1 |
card beeing unlocked or allready unlocked.
#define CARD_ERROR_WRONGDEVICE -2 |
wrong device connected in slot