Update comments

Co-Authored-By: Mireille <13669774+fleroviux@users.noreply.github.com>
This commit is contained in:
wheremyfoodat 2023-07-08 16:38:44 +03:00
parent 1037f93f61
commit c4878ec4b4
2 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,7 @@
#pragma once
#include <filesystem>
// Remember to initialize everything field here to its default value otherwise bad things will happen
// Remember to initialize every field here to its default value otherwise bad things will happen
struct EmulatorConfig {
bool shaderJitEnabled = false;