From 60e436cbfc50b7ec6af134ecec0d4c19ee6b95ed Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 8 Jul 2013 03:35:06 +0000 Subject: Implement compaction of memory cards. Other assorted bug fixes. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85890 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrMemCardArray.h | 1 + 1 file changed, 1 insertion(+) (limited to 'macosx/PcsxrMemCardArray.h') diff --git a/macosx/PcsxrMemCardArray.h b/macosx/PcsxrMemCardArray.h index b8961e3f..a1d209fb 100644 --- a/macosx/PcsxrMemCardArray.h +++ b/macosx/PcsxrMemCardArray.h @@ -32,5 +32,6 @@ @property (nonatomic, readonly, unsafe_unretained) NSArray *memoryArray; @property (nonatomic, readonly, unsafe_unretained) NSURL *memCardURL; +@property (nonatomic, readonly) const char *memCardCPath; @end -- cgit v1.2.3