lyckantropen / moonlight_hdr_launcher

Launch anything in HDR mode using Moonlight
MIT License
73 stars 5 forks source link

Merged my latest with dev #12

Closed ReenigneCA closed 1 year ago

ReenigneCA commented 2 years ago

I added the option to not bother turning off HDR at the end of the session and to set the bits per channel for HDR. If it isn't specified the graphics driver default is now used instead of 8.

BTW What IDE are you using? I'm using visual studio, our linters definitely aren't lined up and the visual studio clang format plugin I found doesn't seem compatible with vs2022. I normally develop on linux so I'm just sort of winging it tool wise for this project.

I removed the baseline altogether for boost as I've never used vcpkg before and couldn't figure out the right value to update it to a version that vs2022 supports. I had changed the CMakeLists.txt to use the latest nvapi but it looks like you've totally reworked that part to work differently anyway.