mirror of
https://github.com/SysRay/psOff_public.git
synced 2024-11-23 14:29:39 +00:00
initParams| add bright to options
This commit is contained in:
parent
c330861eca
commit
f88d0d907b
@ -27,6 +27,7 @@ bool InitParams::init(int argc, char** argv) {
|
||||
("help,h", "Help")
|
||||
("d", "Wait for debugger")
|
||||
("vkValidation", "Enable vulkan validation layers")
|
||||
("bright", "use srgb display format (brightness)")
|
||||
("vsync", po::value<bool>()->default_value(true), "Enable vertical synchronization")
|
||||
("file", po::value<std::string>(), "fullpath to applications binary")
|
||||
("root", po::value<std::string>(), "Applications root")
|
||||
|
Loading…
Reference in New Issue
Block a user