mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
core, libretro fixes for chd support
This commit is contained in:
parent
3d1e252313
commit
886ce067c3
6 changed files with 13 additions and 7 deletions
|
@ -328,6 +328,9 @@ int _flush_cache (char *addr, const int size, const int op)
|
|||
}
|
||||
|
||||
/* stubs for libflac (embedded in libchdr) */
|
||||
#include <utime.h>
|
||||
#include <malloc.h>
|
||||
|
||||
int chown(const char *pathname, uid_t owner, gid_t group) { return -1; }
|
||||
int chmod(const char *pathname, mode_t mode) { return -1; }
|
||||
int utime(const char *filename, const struct utimbuf *times) { return -1; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue