Cleanup
This commit is contained in:
parent
8efe2de0ec
commit
f2912eb4c3
|
@ -114,15 +114,12 @@ static int rarch_main_data_image_process(
|
||||||
|
|
||||||
static int cb_image_menu_generic(nbio_handle_t *nbio)
|
static int cb_image_menu_generic(nbio_handle_t *nbio)
|
||||||
{
|
{
|
||||||
int retval = 0;
|
|
||||||
unsigned width = 0, height = 0;
|
unsigned width = 0, height = 0;
|
||||||
if (!nbio)
|
if (!nbio)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
retval = rarch_main_data_image_process(nbio,
|
switch (rarch_main_data_image_process(nbio,
|
||||||
&width, &height);
|
&width, &height))
|
||||||
|
|
||||||
switch (retval)
|
|
||||||
{
|
{
|
||||||
case IMAGE_PROCESS_ERROR:
|
case IMAGE_PROCESS_ERROR:
|
||||||
case IMAGE_PROCESS_ERROR_END:
|
case IMAGE_PROCESS_ERROR_END:
|
||||||
|
|
Loading…
Reference in New Issue