Moved the offending SoftFloat-related stuff to x87_sf.h, fixes warnings.

This commit is contained in:
OBattler
2024-06-10 00:08:48 +02:00
parent ce201f2e87
commit 2273f563a5
31 changed files with 72 additions and 21 deletions

View File

@@ -14,6 +14,7 @@
#include <86box/timer.h>
#include "x86.h"
#include "x86seg_common.h"
#include "x87_sf.h"
#include "x87.h"
#include <86box/nmi.h>
#include <86box/mem.h>