refractionpcsx2 2025-02-14 02:23:07 +00:00
parent 46221a8500
commit f8bab2e465
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <sstream>
#include <mutex>
#include <optional>
#include <chrono>
// A helper function to parse the YAML file
static std::optional<ryml::Tree> loadYamlFile(const char* filePath)