mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-30 12:11:53 +00:00
[idd] driver; support custom resolution and refresh rate list
Custom modes can now be configured via the registry under HKEY_LOCAL_MACHINE\SOFTWARE\LookingGlass\IDD Create the value "Modes" as a REG_MULTI_SZ with the value as a list of modes, for example: 1024x768@60 1920x1080@60 1920x1080@120* The '*' denotes the preferred mode to default to if one has not been selected by the user.
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
<ClCompile Include="CIVSHMEM.cpp" />
|
||||
<ClCompile Include="CPipeServer.cpp" />
|
||||
<ClCompile Include="CPlatformInfo.cpp" />
|
||||
<ClCompile Include="CSettings.cpp" />
|
||||
<ClCompile Include="CSwapChainProcessor.cpp" />
|
||||
<ClCompile Include="CD3D12Device.cpp" />
|
||||
<ClCompile Include="Device.cpp" />
|
||||
@@ -68,6 +69,7 @@
|
||||
<ClInclude Include="CIVSHMEM.h" />
|
||||
<ClInclude Include="CPipeServer.h" />
|
||||
<ClInclude Include="CPlatformInfo.h" />
|
||||
<ClInclude Include="CSettings.h" />
|
||||
<ClInclude Include="CSwapChainProcessor.h" />
|
||||
<ClInclude Include="CD3D12Device.h" />
|
||||
<ClInclude Include="Device.h" />
|
||||
|
||||
Reference in New Issue
Block a user