Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 947 Bytes

File metadata and controls

39 lines (23 loc) · 947 Bytes

Directory Opus 12 Firy Plugin

image

About

VFS Plugin which adds support for various disk image types

  • ADF/HDF
  • D64
  • FAT 12/16/32 (Read only)

Requirements

  • Directory Opus 12 for Windows
  • Visual Studio 2022 or newer with the C++ desktop workload
  • CMake 3.23 or newer

Building

Generate the Visual Studio solution:

cmake --preset vs2022-x64

Open build/vs2022-x64/openfiry.sln in Visual Studio, or build the release DLL from the command line:

cmake --build --preset vs2022-x64-release

The release DLL is written to build/vs2022-x64/bin/Release/OPENFIRY.dll.

Releases

The GitHub Actions workflow builds the x64 release DLL on pushes, pull requests, and manual runs. Pushing a tag like v1.0.0 also publishes a GitHub release with the DLL and zip package attached.