mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-12 05:40:36 +00:00
(D3D) Buildfix
This commit is contained in:
parent
154f85c6fa
commit
1d7fdc64ba
@ -890,7 +890,7 @@ static bool d3d_focus(void *data)
|
||||
static bool d3d_suppress_screensaver(void *data, bool enable)
|
||||
{
|
||||
bool enabled = enable;
|
||||
return gfx_ctl(GFX_CTL_SUPPRESS_SCREENSAVER, &enabled);
|
||||
return gfx_ctx_ctl(GFX_CTL_SUPPRESS_SCREENSAVER, &enabled);
|
||||
}
|
||||
|
||||
static bool d3d_has_windowed(void *data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user