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