X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfxvideo%2Fgpu.c;h=20e5eef370eb91144f205d3dfada123fe207c768;hp=7dd359ffe8ffda5a50cf4ba39abcb4321e8715b8;hb=e906c010e1bea71ed4df425be97ce45dc777818c;hpb=f2bd6ff85d23f3e421b2f30f86080d71d4e95046 diff --git a/plugins/dfxvideo/gpu.c b/plugins/dfxvideo/gpu.c index 7dd359ff..20e5eef3 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();