mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
(d3d.cpp) Use sprintf
This commit is contained in:
parent
79f46c574f
commit
09c3bd8d9c
@ -653,7 +653,7 @@ static bool d3d_construct(d3d_video_t *d3d,
|
||||
}
|
||||
|
||||
video_monitor_get_fps(buffer, sizeof(buffer), NULL, 0);
|
||||
snprintf(buffer, sizeof(buffer), "%s || Direct3D", buffer);
|
||||
sprintf(buffer, "%s || Direct3D", buffer);
|
||||
|
||||
d3d->hWnd = CreateWindowEx(0, "RetroArch", buffer,
|
||||
info->fullscreen ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user