mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
Fix minor oops.
This commit is contained in:
parent
3681e4a846
commit
ac99ffe46e
@ -1257,7 +1257,7 @@ static void init_recording(void)
|
||||
params.out_width = width;
|
||||
params.out_height = height;
|
||||
params.fb_width = next_pow2(width);
|
||||
params.out_height = next_pow2(height);
|
||||
params.fb_height = next_pow2(height);
|
||||
params.aspect_ratio = (float)width / height;
|
||||
params.pix_fmt = FFEMU_PIX_BGR24;
|
||||
g_extern.record_gpu_width = width;
|
||||
|
Loading…
Reference in New Issue
Block a user