From 759e29705c38cc58880dc892da2c28e8a84c2fac Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sun, 16 Nov 2014 21:05:39 +0000 Subject: OS X: Re-work PcsxrMemoryObject to make the properties more readable. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92297 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Pcsxr-QL/PSXMemEnumerator.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/Pcsxr-QL/PSXMemEnumerator.m') diff --git a/macosx/Pcsxr-QL/PSXMemEnumerator.m b/macosx/Pcsxr-QL/PSXMemEnumerator.m index 4aa78c33..b5545da2 100644 --- a/macosx/Pcsxr-QL/PSXMemEnumerator.m +++ b/macosx/Pcsxr-QL/PSXMemEnumerator.m @@ -103,7 +103,7 @@ static void GetSoloBlockInfo(unsigned char *data, int block, McdBlock *Info) strlcpy(Info->Name, ptr, 16); } -static inline PCSXRMemFlags MemBlockFlag(unsigned char blockFlags) +static inline PCSXRMemFlag MemBlockFlag(unsigned char blockFlags) { if ((blockFlags & 0xF0) == 0xA0) { if ((blockFlags & 0xF) >= 1 && (blockFlags & 0xF) <= 3) -- cgit v1.2.3