This commit is contained in:
parent
e2956c44ee
commit
1c2b174733
3 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@ void PrimInit()
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
void PrimDisplay()
|
void PrimDisplay()
|
||||||
{
|
{
|
||||||
// CAnimTex::AnimateTex();
|
CAnimTex::AnimateTex();
|
||||||
UnlinkOTagR(OtPtr, MAX_OT, &DmaStart[PrimFlipFlag]);
|
UnlinkOTagR(OtPtr, MAX_OT, &DmaStart[PrimFlipFlag]);
|
||||||
|
|
||||||
#ifdef USE_NTAGS
|
#ifdef USE_NTAGS
|
||||||
|
|
|
@ -15,8 +15,8 @@
|
||||||
#include "gfx\primplus.h"
|
#include "gfx\primplus.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MAX_OT (1024)
|
#define MAX_OT (1024/2)
|
||||||
#define MAX_PRIMS (1024*2)
|
#define MAX_PRIMS (1024*1)
|
||||||
|
|
||||||
#define USE_NTAGS 1
|
#define USE_NTAGS 1
|
||||||
|
|
||||||
|
|
|
@ -157,9 +157,9 @@ void MainLoop()
|
||||||
s_paulScene.render();
|
s_paulScene.render();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
PrimDisplay();
|
|
||||||
VSync(0);
|
VSync(0);
|
||||||
VidSwapDraw();
|
VidSwapDraw();
|
||||||
|
PrimDisplay();
|
||||||
|
|
||||||
PadUpdate();
|
PadUpdate();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue