Ooops, code that resists erasure, I've seen that in a movie.
This commit is contained in:
parent
e278ae7eb0
commit
b9b706f832
1 changed files with 0 additions and 18 deletions
|
@ -24,24 +24,6 @@
|
|||
|
||||
#ifdef SDL_FILESYSTEM_NACL
|
||||
|
||||
/* SDL_RWops on NACL are implemented using nacl_io, and require mount points
|
||||
* to be established before actual file operations are performed
|
||||
*
|
||||
* Ref: https://developers.google.com/native-client/dev/devguide/coding/nacl_io
|
||||
*/
|
||||
|
||||
int
|
||||
SDL_NaClMount(const char* source, const char* target, const char* filesystemtype,
|
||||
unsigned long mountflags, const void *data) {
|
||||
return mount(source, target, filesystemtype, mountflags, data);
|
||||
}
|
||||
|
||||
int
|
||||
SDL_NaClUmount(const char *target) {
|
||||
return umount(target);
|
||||
}
|
||||
|
||||
|
||||
char *
|
||||
SDL_GetBasePath(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue