Some source names refactoring.

This commit is contained in:
sorgelig
2020-04-25 20:13:17 +08:00
parent 40e8885f64
commit ecaa8f05d2
8 changed files with 24 additions and 24 deletions

View File

@@ -15,7 +15,7 @@
#include "../../lib/md5/md5.h"
#include "buffer.h"
#include "romutils.h"
#include "mra_loader.h"
#define kBigTextSize 1024
struct arc_struct {

View File

@@ -6,7 +6,7 @@
#include <sys/stat.h>
#include <time.h> // clock_gettime, CLOCK_REALTIME
#include <sys/mman.h>
#include "loader.h"
#include "neogeo_loader.h"
#include "../../sxmlc.h"
#include "../../user_io.h"
#include "../../fpga_io.h"