diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-06-06 23:12:44 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-06-06 23:12:44 +0000 |
| commit | 27079ceb9a031f63d2285ffb7cf5aff35112d8e2 (patch) | |
| tree | dfef6a379375c8bff6a226dcf29b51d9b757488b /macosx/Psx-Memcard/GetMetadataForFile.m | |
| parent | 3bd0bcc5dfe1777a2446a897f170f4c5971baa83 (diff) | |
| download | pcsxr-27079ceb9a031f63d2285ffb7cf5aff35112d8e2.tar.gz | |
OS X: minor code changes and improvements.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90607 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Psx-Memcard/GetMetadataForFile.m')
| -rw-r--r-- | macosx/Psx-Memcard/GetMetadataForFile.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/Psx-Memcard/GetMetadataForFile.m b/macosx/Psx-Memcard/GetMetadataForFile.m index ed0e8dd3..19e00cc0 100644 --- a/macosx/Psx-Memcard/GetMetadataForFile.m +++ b/macosx/Psx-Memcard/GetMetadataForFile.m @@ -224,6 +224,7 @@ Boolean GetMetadataForFile(void *thisInterface, CFMutableDictionaryRef attribute attr[kPCSXRFreeBlocks] = @(freeBlocks); attr[kPCSXRMemNames] = [memNames copy]; attr[kPCSXRMemIDs] = [memIDs copy]; + ok = TRUE; } // Return the status |
