Some const changes in the FDD code.

This commit is contained in:
OBattler
2025-02-13 00:09:03 +01:00
parent 90ba9eda08
commit af476f957c

View File

@@ -100,10 +100,10 @@ d86f_handler_t d86f_handler[FDD_NUM];
static const struct
{
char *ext;
void (*load)(int drive, char *fn);
void (*close)(int drive);
int size;
const char *ext;
void (*load)(int drive, char *fn);
void (*close)(int drive);
int size;
} loaders[] = {
{ "001", img_load, img_close, -1},
{ "002", img_load, img_close, -1},