mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
(exynos_gfx.c) Nits
This commit is contained in:
parent
127448f848
commit
b8df5fd584
@ -276,10 +276,9 @@ static const char *exynos_buffer_name(enum exynos_buffer_type type)
|
||||
static struct exynos_bo *exynos_create_mapped_buffer(
|
||||
struct exynos_device *dev, unsigned size)
|
||||
{
|
||||
struct exynos_bo *buf;
|
||||
const unsigned flags = 0;
|
||||
struct exynos_bo *buf = exynos_bo_create(dev, size, flags);
|
||||
|
||||
buf = exynos_bo_create(dev, size, flags);
|
||||
if (!buf)
|
||||
{
|
||||
RARCH_ERR("[video_exynos]: failed to create temp buffer object\n");
|
||||
|
Loading…
Reference in New Issue
Block a user