From c4f5208806fe4136b19cce9f63f03820fc49d0cf Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Wed, 18 Aug 2010 01:34:01 +0000 Subject: peopsxgl: Readded windows support. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56180 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/peopsxgl/texture.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'plugins/peopsxgl/texture.c') diff --git a/plugins/peopsxgl/texture.c b/plugins/peopsxgl/texture.c index 01630dad..c287768f 100644 --- a/plugins/peopsxgl/texture.c +++ b/plugins/peopsxgl/texture.c @@ -145,7 +145,11 @@ unsigned short (*PTCF[2]) (unsigned short); //////////////////////////////////////////////////////////////////////// // texture cache implementation -//////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////// + +#ifdef _WINDOWS +#pragma pack(1) +#endif // "texture window" cache entry @@ -171,6 +175,10 @@ typedef struct textureSubCacheEntryTagS unsigned char cTexID; unsigned char Opaque; } textureSubCacheEntryS; + +#ifdef _WINDOWS +#pragma pack() +#endif //--------------------------------------------- -- cgit v1.2.3