Missed one

This commit is contained in:
meepingsnesroms
2018-11-08 21:38:32 -08:00
parent eb86c2923a
commit f2bc58e551

View File

@@ -149,7 +149,7 @@ bool emulatorLoadState(buffer_t buffer);//true = success
uint64_t emulatorGetRamSize(void);
bool emulatorSaveRam(buffer_t buffer);//true = success
bool emulatorLoadRam(buffer_t buffer);//true = success
buffer_t emulatorGetSdCardBuffer();//this is a direct pointer to the SD card data, do not free it
buffer_t emulatorGetSdCardBuffer(void);//this is a direct pointer to the SD card data, do not free it
uint32_t emulatorInsertSdCard(buffer_t image);//use (NULL, desired size) to create a new empty SD card
void emulatorEjectSdCard(void);
uint32_t emulatorInstallPrcPdb(buffer_t file);