add basic .Z support
[pcsx_rearmed.git] / plugins / dfxvideo / gpu.c
index 7dd359f..45f5b38 100644 (file)
@@ -135,6 +135,7 @@ void CALLBACK GPUdisplayFlags(unsigned long dwFlags)   // some info func
 // stuff to make this a true PDK module
 ////////////////////////////////////////////////////////////////////////
 
+/*
 char * CALLBACK PSEgetLibName(void)
 {
  return _(libraryName);
@@ -154,6 +155,7 @@ char * GPUgetLibInfos(void)
 {
  return _(libraryInfo);
 }
+*/
 
 ////////////////////////////////////////////////////////////////////////
 // Snapshot func
@@ -400,7 +402,7 @@ long GPUopen(unsigned long * disp,char * CapText,char * CfgFile)
  pCaptionText=CapText;
 
 
- ReadConfig();                                         // read registry
+ ReadConfigGPU();                                      // read registry
 
  InitFPS();
 
@@ -786,8 +788,9 @@ void CALLBACK GPUupdateLace(void)                      // VSYNC
  if(!(dwActFixes&1))
   lGPUstatusRet^=0x80000000;                           // odd/even bit
 
- if(!(dwActFixes&32))                                  // std fps limitation?
-  CheckFrameRate();
+ //if(!(dwActFixes&32))                                  // std fps limitation?
+ // CheckFrameRate();
+ pl_frame_limit();
 
  if(PSXDisplay.Interlaced)                             // interlaced mode?
   {