mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-23 07:50:03 +00:00
Update
This commit is contained in:
parent
9fbb81cfc8
commit
f712eeef25
@ -46,7 +46,11 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#ifdef _WIN32
|
||||
#include <direct.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
/***
|
||||
*** dvdisaster.c
|
||||
|
Loading…
Reference in New Issue
Block a user