mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-26 20:54:47 +00:00
We don't need the settings variable here
This commit is contained in:
parent
5005c1aa27
commit
93812f58ba
@ -28,7 +28,6 @@
|
|||||||
|
|
||||||
#include "../../driver.h"
|
#include "../../driver.h"
|
||||||
#include "../../retroarch.h"
|
#include "../../retroarch.h"
|
||||||
#include "../../configuration.h"
|
|
||||||
#include "../video_context_driver.h"
|
#include "../video_context_driver.h"
|
||||||
#include "../font_driver.h"
|
#include "../font_driver.h"
|
||||||
|
|
||||||
@ -333,8 +332,6 @@ static void dispmanx_surface_update(void *data, const void *frame,
|
|||||||
|
|
||||||
struct dispmanx_video *_dispvars = data;
|
struct dispmanx_video *_dispvars = data;
|
||||||
|
|
||||||
settings_t *settings = config_get_ptr();
|
|
||||||
|
|
||||||
/* Frame blitting */
|
/* Frame blitting */
|
||||||
vc_dispmanx_resource_write_data(surface->next_page->resource, surface->pixformat,
|
vc_dispmanx_resource_write_data(surface->next_page->resource, surface->pixformat,
|
||||||
surface->pitch, (void*)frame, &(surface->bmp_rect));
|
surface->pitch, (void*)frame, &(surface->bmp_rect));
|
||||||
|
Loading…
Reference in New Issue
Block a user