Cleanups
This commit is contained in:
parent
0959f8173a
commit
cef2d57629
|
@ -29,8 +29,6 @@
|
|||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
typedef struct ram_type ram_type_t;
|
||||
|
||||
typedef struct content_ctx_info
|
||||
{
|
||||
int argc; /* Argument count. */
|
||||
|
|
|
@ -37,6 +37,8 @@
|
|||
|
||||
/* TODO/FIXME - turn this into actual task */
|
||||
|
||||
typedef struct ram_type ram_type_t;
|
||||
|
||||
struct ram_type
|
||||
{
|
||||
const char *path;
|
||||
|
|
Loading…
Reference in New Issue