Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 117536 | Differences between
and this patch

Collapse All | Expand All

(-)gpu.orig/src/draw.c (-1 / +7 lines)
Lines 5703-5709 Link Here
5703
#else
5703
#else
5704
     pDstR=(unsigned long *)(pDst-(ddx+dga2Fix));
5704
     pDstR=(unsigned long *)(pDst-(ddx+dga2Fix));
5705
#endif
5705
#endif
5706
     for(x=0;x<ddx2;x++) *((unsigned long*)pDst)++=*pDstR++;
5706
     for(x=0;x<ddx2;x++)
5707
      {
5708
       *((unsigned long*)pDst) = *pDstR;
5709
	pDst += sizeof (unsigned long);
5710
	pDstR += sizeof (unsigned long);
5711
      }
5712
5707
    }
5713
    }
5708
   else
5714
   else
5709
    {
5715
    {
(-)gpu.orig/src/gpu.h (-1 / +1 lines)
Lines 63-66 Link Here
63
63
64
/////////////////////////////////////////////////////////////////////////////
64
/////////////////////////////////////////////////////////////////////////////
65
65
66
#endif // _GPU_INTERNALS_H
66
#endif // _GPU_INTERNALS_H
(-)gpu.orig/src/menu.h (-1 / +1 lines)
Lines 33-36 Link Here
33
void BuildDispMenu(int iInc);
33
void BuildDispMenu(int iInc);
34
void SwitchDispMenu(int iStep);
34
void SwitchDispMenu(int iStep);
35
35
36
#endif // _GPU_MENU_H_
36
#endif // _GPU_MENU_H_
(-)gpu.orig/src/prim.c (-1 / +3 lines)
Lines 269-278 Link Here
269
269
270
// x -466 1023 180 1023
270
// x -466 1023 180 1023
271
// y   20 -228 222 -100
271
// y   20 -228 222 -100
272
272
273
/*
273
// 0 __1
274
// 0 __1
274
//  \ / \
275
//  \ / \
275
//   2___3
276
//   2___3
277
*/
276
278
277
__inline BOOL CheckCoord4()
279
__inline BOOL CheckCoord4()
278
{
280
{
(-)gpu.orig/src/prim.h (-1 / +1 lines)
Lines 30-33 Link Here
30
void UploadScreen (long Position);
30
void UploadScreen (long Position);
31
void PrepareFullScreenUpload (long Position);
31
void PrepareFullScreenUpload (long Position);
32
32
33
#endif // _PRIMDRAW_H_
33
#endif // _PRIMDRAW_H_
(-)gpu.orig/src/psemu.h (-1 / +1 lines)
Lines 33-36 Link Here
33
#define PSE_LT_SPU	4
33
#define PSE_LT_SPU	4
34
34
35
35
36
#endif // _PSEMU_PLUGIN_DEFS_H
36
#endif // _PSEMU_PLUGIN_DEFS_H

Return to bug 117536