mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-26 04:36:01 +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 "../../retroarch.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../video_context_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;
|
||||
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
/* Frame blitting */
|
||||
vc_dispmanx_resource_write_data(surface->next_page->resource, surface->pixformat,
|
||||
surface->pitch, (void*)frame, &(surface->bmp_rect));
|
||||
|
Loading…
Reference in New Issue
Block a user