--- hatari/src/includes/memorySnapShot.h 2019/04/01 07:12:43 1.1.1.3 +++ hatari/src/includes/memorySnapShot.h 2019/04/01 07:13:45 1.1.1.4 @@ -7,5 +7,5 @@ extern void MemorySnapShot_Store(void *pData, int Size); -extern void MemorySnapShot_Capture(const char *pszFileName); -extern void MemorySnapShot_Restore(const char *pszFileName); +extern void MemorySnapShot_Capture(const char *pszFileName, BOOL bConfirm); +extern void MemorySnapShot_Restore(const char *pszFileName, BOOL bConfirm);