decaf-emu/tools/pm4-replay/config.h

11 lines
168 B
C++

#pragma once
#include <string>
namespace config
{
extern bool dump_drc_frames;
extern bool dump_tv_frames;
extern std::string dump_frames_dir;
} // namespace config