mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Remove unused member
This commit is contained in:
parent
2f175f1a15
commit
bc5c2c13f8
@ -2151,7 +2151,7 @@ void video_driver_frame(const void *data, unsigned width,
|
|||||||
video_driver_frame_count++;
|
video_driver_frame_count++;
|
||||||
video_driver_threaded_unlock();
|
video_driver_threaded_unlock();
|
||||||
|
|
||||||
video_info.monitor_fps_enable = video_monitor_get_fps(&video_info);
|
video_monitor_get_fps(&video_info);
|
||||||
|
|
||||||
/* Slightly messy code,
|
/* Slightly messy code,
|
||||||
* but we really need to do processing before blocking on VSync
|
* but we really need to do processing before blocking on VSync
|
||||||
|
@ -100,7 +100,6 @@ typedef struct video_frame_info
|
|||||||
bool fullscreen;
|
bool fullscreen;
|
||||||
unsigned monitor_index;
|
unsigned monitor_index;
|
||||||
bool font_enable;
|
bool font_enable;
|
||||||
bool monitor_fps_enable;
|
|
||||||
char fps_text[128];
|
char fps_text[128];
|
||||||
uint64_t frame_count;
|
uint64_t frame_count;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user