mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
silence a warning
This commit is contained in:
parent
788fd17031
commit
f64fc93c44
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ bool win32_suppress_screensaver(void *data, bool enable)
|
|||
|
||||
RequestContext.Version = POWER_REQUEST_CONTEXT_VERSION;
|
||||
RequestContext.Flags = POWER_REQUEST_CONTEXT_SIMPLE_STRING;
|
||||
RequestContext.Reason.SimpleReasonString = L"RetroArch running";
|
||||
RequestContext.Reason.SimpleReasonString = (LPWSTR)L"RetroArch running";
|
||||
|
||||
Request = PowerCreateRequest(&RequestContext);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue