Remove WITH_MINIMAID CMake option

Always build ITGmania with Minimaid

There's no harm in always having this built as it's configurable based on the LightsDriver field.

Update mmmagic.dll -> mmmagic64.dll to conform with the new dll filename

Also fix PacDrive.h header
This commit is contained in:
teejusb
2022-12-19 20:19:16 -08:00
parent afdb32dd50
commit ef144a7f9d
4 changed files with 13 additions and 26 deletions
@@ -50,7 +50,7 @@ void setup_driver()
LightsDriver_Win32Minimaid::LightsDriver_Win32Minimaid()
{
_mmmagic_loaded=false;
hMMMAGICDLL = LoadLibraryW(L"mmmagic.dll");
hMMMAGICDLL = LoadLibraryW(L"mmmagic64.dll");
if(hMMMAGICDLL == nullptr)
{
MessageBox(nullptr, "Could not LoadLibrary( mmmagic.dll ).", "ERROR", MB_OK );