mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
9 lines
138 B
C
9 lines
138 B
C
// filesystem definitions
|
|
|
|
#pragma once
|
|
|
|
#include "DvdStructs.h"
|
|
|
|
// externals
|
|
bool dvd_fs_init();
|
|
int dvd_open(const char *path);
|