mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
(D3D) Don't add Direct3D to window title
This commit is contained in:
parent
ba4116e313
commit
456a9f4245
@ -133,9 +133,7 @@ static void gfx_ctx_d3d_update_title(void *data)
|
|||||||
if (gfx_get_fps(buffer, sizeof(buffer), fps_draw ? buffer_fps : NULL, sizeof(buffer_fps)))
|
if (gfx_get_fps(buffer, sizeof(buffer), fps_draw ? buffer_fps : NULL, sizeof(buffer_fps)))
|
||||||
{
|
{
|
||||||
#ifndef _XBOX
|
#ifndef _XBOX
|
||||||
std::string title = buffer;
|
SetWindowText(d3d->hWnd, buffer);
|
||||||
title += " || Direct3D";
|
|
||||||
SetWindowText(d3d->hWnd, title.c_str());
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user