mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Fix memory usage being shown alone
This commit is contained in:
parent
8f1389c067
commit
56f66f68e2
@ -3614,7 +3614,7 @@ void video_driver_frame(const void *data, unsigned width,
|
|||||||
bool render_frame = true;
|
bool render_frame = true;
|
||||||
retro_time_t new_time;
|
retro_time_t new_time;
|
||||||
video_frame_info_t video_info;
|
video_frame_info_t video_info;
|
||||||
size_t buf_pos = 1;
|
size_t buf_pos = 0;
|
||||||
video_driver_state_t *video_st= &video_driver_st;
|
video_driver_state_t *video_st= &video_driver_st;
|
||||||
runloop_state_t *runloop_st = runloop_state_get_ptr();
|
runloop_state_t *runloop_st = runloop_state_get_ptr();
|
||||||
const enum retro_pixel_format
|
const enum retro_pixel_format
|
||||||
|
Loading…
x
Reference in New Issue
Block a user