--- hatari/src/includes/memorySnapShot.h 2019/04/01 07:11:34 1.1.1.2 +++ hatari/src/includes/memorySnapShot.h 2019/04/01 07:14:52 1.1.1.5 @@ -7,5 +7,5 @@ extern void MemorySnapShot_Store(void *pData, int Size); -extern void MemorySnapShot_Capture(char *pszFileName); -extern void MemorySnapShot_Restore(char *pszFileName); +extern void MemorySnapShot_Capture(const char *pszFileName, bool bConfirm); +extern void MemorySnapShot_Restore(const char *pszFileName, bool bConfirm);