X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfxvideo%2Fgpu.c;h=45f5b384e6044445a98193895569a597808514dd;hp=7dd359ffe8ffda5a50cf4ba39abcb4321e8715b8;hb=47bf65ab6163fb70eb2ad309c9487229832bcaed;hpb=ef79bbde537d6b9c745a7d86cb9df1d04c35590d diff --git a/plugins/dfxvideo/gpu.c b/plugins/dfxvideo/gpu.c index 7dd359ff..45f5b384 100644 --- a/plugins/dfxvideo/gpu.c +++ b/plugins/dfxvideo/gpu.c @@ -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? {