This commit is contained in:
twinaphex 2016-09-01 04:59:56 +02:00
parent 0959f8173a
commit cef2d57629
2 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,6 @@
RETRO_BEGIN_DECLS
typedef struct ram_type ram_type_t;
typedef struct content_ctx_info
{
int argc; /* Argument count. */

View File

@ -37,6 +37,8 @@
/* TODO/FIXME - turn this into actual task */
typedef struct ram_type ram_type_t;
struct ram_type
{
const char *path;