mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Cleanups
This commit is contained in:
parent
0959f8173a
commit
cef2d57629
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue