mirror of
https://github.com/libretro/beetle-gba-libretro.git
synced 2024-11-23 08:19:57 +00:00
Make need_fullpath = false
This commit is contained in:
parent
105c84037c
commit
345cde451e
321
libretro.cpp
321
libretro.cpp
File diff suppressed because it is too large
Load Diff
@ -23,7 +23,7 @@ uint32 MDFND_GetTime(void);
|
||||
void MDFND_Sleep(uint32 ms);
|
||||
|
||||
/* path = path of game/file to load. returns NULL on failure. */
|
||||
MDFNGI *MDFNI_LoadGame(const char *force_module, const char *path);
|
||||
MDFNGI *MDFNI_LoadGame(const char *force_module, const uint8_t *data, size_t size);
|
||||
|
||||
MDFNGI *MDFNI_LoadCD(const char *sysname, const char *devicename);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user