afegits els presets de shaders
This commit is contained in:
@@ -22,6 +22,12 @@ int main(int argc, char* args[]) {
|
||||
Options::setConfigFile(std::string(file_getconfigfolder()) + "config.yaml");
|
||||
Options::loadFromFile();
|
||||
|
||||
// Carrega presets de shaders
|
||||
Options::setPostFXFile(std::string(file_getconfigfolder()) + "postfx.yaml");
|
||||
Options::loadPostFXFromFile();
|
||||
Options::setCrtPiFile(std::string(file_getconfigfolder()) + "crtpi.yaml");
|
||||
Options::loadCrtPiFromFile();
|
||||
|
||||
JG_Init();
|
||||
Screen::init();
|
||||
JD8_Init();
|
||||
|
||||
Reference in New Issue
Block a user