Files
spice2x-r3d/hooks/avshook.h
T
2026-02-19 15:41:42 +09:00

19 lines
323 B
C++

#pragma once
#include <string_view>
#include <cstdint>
#include "avs/core.h"
namespace hooks::avs {
namespace config {
extern bool DISABLE_VFS_DRIVE_REDIRECTION;
extern bool DISABLE_CACHE;
extern bool LOG;
};
void init();
void set_rom(const char *path, const char *contents);
}