Cleanups
This commit is contained in:
parent
4726e3cb4f
commit
f3312d191e
|
@ -35,9 +35,7 @@ enum content_ctl_state
|
||||||
* selected libretro core.
|
* selected libretro core.
|
||||||
*
|
*
|
||||||
* global->content_is_init will be set to the return value
|
* global->content_is_init will be set to the return value
|
||||||
* on exit.
|
* on exit. */
|
||||||
*
|
|
||||||
* Returns : true if successful, otherwise false. */
|
|
||||||
CONTENT_CTL_INIT,
|
CONTENT_CTL_INIT,
|
||||||
|
|
||||||
/* Load a state from disk to memory. */
|
/* Load a state from disk to memory. */
|
||||||
|
@ -50,7 +48,6 @@ enum content_ctl_state
|
||||||
CONTENT_CTL_TEMPORARY_FREE
|
CONTENT_CTL_TEMPORARY_FREE
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Handles files related to libretro. */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* load_ram_file:
|
* load_ram_file:
|
||||||
|
|
Loading…
Reference in New Issue