mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-24 11:45:16 +00:00
Remove d3d->frame_count
This commit is contained in:
parent
b376e186b4
commit
7bcf33bff3
@ -1547,8 +1547,6 @@ static bool d3d_frame(void *data, const void *frame,
|
||||
|
||||
gfx_ctx_swap_buffers();
|
||||
|
||||
d3d->frame_count++;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -87,7 +87,6 @@ typedef struct Vertex
|
||||
|
||||
typedef struct d3d_video
|
||||
{
|
||||
uint64_t frame_count;
|
||||
bool keep_aspect;
|
||||
bool should_resize;
|
||||
bool quitting;
|
||||
|
Loading…
Reference in New Issue
Block a user