Support i386

This commit is contained in:
Alex
2023-03-29 03:02:49 +03:00
parent 38dae2c9f7
commit 9e21c5326b
28 changed files with 31 additions and 31 deletions

View File

@ -74,7 +74,7 @@ struct FexExtended
char Name[64];
enum FexDriverType Type : 4;
enum FexDriverInputTypes TypeFlags : 4;
bool OverrideOnConflict : 1;
char OverrideOnConflict : 1;
int (*Callback)(union KernelCallback *);
int (*InterruptCallback)(union CPURegisters *);