#pragma once #include #include #include #include "platform/vfs.h" struct dipsw_config { bool enable; bool freeplay; bool dipsw[8]; }; HRESULT dipsw_init(const struct dipsw_config *cfg, const struct vfs_config *vfs_cfg);