unify eols in saves.cpp and saves.h
setting svn:eol-style to native for saves.cpp and saves.h
This commit is contained in:
parent
568682a3f0
commit
cdef916569
File diff suppressed because it is too large
Load Diff
|
@ -34,19 +34,19 @@ typedef struct
|
||||||
} savestates_t;
|
} savestates_t;
|
||||||
|
|
||||||
|
|
||||||
struct SFORMAT
|
struct SFORMAT
|
||||||
{
|
{
|
||||||
//a string description of the element
|
//a string description of the element
|
||||||
const char *desc;
|
const char *desc;
|
||||||
|
|
||||||
//the size of each element
|
//the size of each element
|
||||||
u32 size;
|
u32 size;
|
||||||
|
|
||||||
//the number of each element
|
//the number of each element
|
||||||
u32 count;
|
u32 count;
|
||||||
|
|
||||||
//a void* to the data or a void** to the data
|
//a void* to the data or a void** to the data
|
||||||
void *v;
|
void *v;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern savestates_t savestates[NB_STATES];
|
extern savestates_t savestates[NB_STATES];
|
||||||
|
|
Loading…
Reference in New Issue