Use a define for max HDC's

This commit is contained in:
Jasmine Iwanek
2024-07-20 20:05:00 -04:00
parent 7817336567
commit 2a7d300078
3 changed files with 5 additions and 3 deletions

View File

@@ -30,7 +30,7 @@
#include <86box/hdc_ide.h>
#include <86box/hdd.h>
int hdc_current[2];
int hdc_current[HDC_MAX] = { 0, 0 };
#ifdef ENABLE_HDC_LOG
int hdc_do_log = ENABLE_HDC_LOG;