Commit Graph

12 Commits (master)

Author SHA1 Message Date
FlightlessMango 915a3babad Add preset param and allow for preset config 1 year ago
Emil Velikov 8ac81477d9 Remove unused parseConfigFile() return type
Was briefly introduced a while ago and the only user was been dropped
since then.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2 years ago
Joshua Ashton beecde110b Enable no_overlay by default with mangoapp
Don't want this displaying unless explicitly requested.
2 years ago
Witold Baryluk 4f20da781d Improve code for program name extraction
This cleans up the code, as well fixes the bug of not setting
program_name if the MANGOHUD_CONFIG env is specified.

Instead of global variable, that could be not-initialized
use a function to get a program name in logging.

While at it, revamp code and separate things into own functions,
and return by value, and make them easier to use / share code.
3 years ago
FlightlessMango ac85815d82 Changed output_file to output_folder 4 years ago
larskraemer a28931ef6b
General cleanup (#272)
* Cleanup unused struct fields, use uniform include guards
4 years ago
jackun 768297b430
[editorconfig] Apply whitespace rules 4 years ago
jackun 341aa21b87
[config] Move options map and config_file_path to overlay_params 4 years ago
FlightlessMango c5dad16612 Listen for modify on config file 4 years ago
FlightlessMango 5a62a1b0de Cleaning up 4 years ago
FlightlessMango 33f48c91be Apply params from config file 4 years ago
FlightlessMango ebc49ae8c5 Basic parse config 4 years ago