Move IDE from x86 to common code.

This commit is contained in:
sorgelig
2021-06-28 06:51:39 +08:00
parent 02af31d730
commit b8b02da1a6
13 changed files with 216 additions and 510 deletions

View File

@@ -33,9 +33,9 @@
#include "video.h"
#include "audio.h"
#include "shmem.h"
#include "ide.h"
#include "support.h"
#include "support/x86/x86_ide.h"
static char core_path[1024] = {};
static char rbf_path[1024] = {};