#include "app/emu/render/save_state_manager.h"#include <cstdio>#include <cstdlib>#include <fstream>#include <sys/stat.h>#include <filesystem>#include "app/emu/snes.h"#include "rom/rom.h"Go to the source code of this file.
Namespaces | |
| namespace | anonymous_namespace{save_state_manager.cc} |
| namespace | yaze |
| namespace | yaze::emu |
| SNES Emulation and debugging tools. | |
| namespace | yaze::emu::render |
Functions | |
| std::string | anonymous_namespace{save_state_manager.cc}::GetParentPath (const std::string &path) |
| bool | anonymous_namespace{save_state_manager.cc}::FileExists (const std::string &path) |
| void | anonymous_namespace{save_state_manager.cc}::CreateDirectories (const std::string &path) |