mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 08:54:13 +00:00
Cleanups
This commit is contained in:
parent
0ccb86d130
commit
04a0c55add
@ -24,8 +24,6 @@ typedef struct network
|
|||||||
unsigned video_height;
|
unsigned video_height;
|
||||||
unsigned screen_width;
|
unsigned screen_width;
|
||||||
unsigned screen_height;
|
unsigned screen_height;
|
||||||
void *ctx_data;
|
|
||||||
const gfx_ctx_driver_t *ctx_driver;
|
|
||||||
char address[256];
|
char address[256];
|
||||||
uint16_t port;
|
uint16_t port;
|
||||||
int fd;
|
int fd;
|
||||||
|
@ -29,8 +29,6 @@ typedef struct sixel
|
|||||||
unsigned video_height;
|
unsigned video_height;
|
||||||
unsigned screen_width;
|
unsigned screen_width;
|
||||||
unsigned screen_height;
|
unsigned screen_height;
|
||||||
void *ctx_data;
|
|
||||||
const gfx_ctx_driver_t *ctx_driver;
|
|
||||||
} sixel_t;
|
} sixel_t;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -341,7 +341,6 @@ static bool network_gfx_alive(void *data)
|
|||||||
bool resize = false;
|
bool resize = false;
|
||||||
network_video_t *network = (network_video_t*)data;
|
network_video_t *network = (network_video_t*)data;
|
||||||
|
|
||||||
/* Needed because some context drivers don't track their sizes */
|
|
||||||
video_driver_get_size(&temp_width, &temp_height);
|
video_driver_get_size(&temp_width, &temp_height);
|
||||||
|
|
||||||
if (temp_width != 0 && temp_height != 0)
|
if (temp_width != 0 && temp_height != 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user