mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 23:01:58 +00:00
N64: Fix FS code regression
This commit is contained in:
parent
0a0ac68722
commit
b449b73f59
@ -25,6 +25,7 @@
|
||||
#ifdef __N64__
|
||||
|
||||
#include <n64utils.h>
|
||||
#include <romfs.h>
|
||||
|
||||
#include "backends/fs/n64/n64-fs-factory.h"
|
||||
#include "backends/fs/n64/n64-fs.h"
|
||||
|
@ -25,7 +25,6 @@
|
||||
#ifndef N64_FILESYSTEM_FACTORY_H
|
||||
#define N64_FILESYSTEM_FACTORY_H
|
||||
|
||||
#include <romfs.h>
|
||||
#include "backends/fs/fs-factory.h"
|
||||
|
||||
/**
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "backends/fs/n64/n64-fs.h"
|
||||
#include "backends/fs/n64/romfsstream.h"
|
||||
|
||||
#include <romfs.h>
|
||||
#include <sys/param.h>
|
||||
#include <unistd.h>
|
||||
#include <n64utils.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user