mirror of
https://github.com/libretro/RetroArch
synced 2025-02-26 15:39:55 +00:00
Misc. minor cleanups
This commit is contained in:
parent
58b98aca5c
commit
e9a8573afa
@ -93,6 +93,7 @@ static void *android_camera_init(const char *device, uint64_t caps,
|
||||
|
||||
return androidcamera;
|
||||
dealloc:
|
||||
if (androidcamera)
|
||||
free(androidcamera);
|
||||
return NULL;
|
||||
}
|
||||
|
@ -20,8 +20,6 @@
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <stddef.h>
|
||||
#include "../general.h"
|
||||
#include "../driver.h"
|
||||
#include "../performance.h"
|
||||
#include <retro_miscellaneous.h>
|
||||
#include <gfx/scaler/scaler.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user