aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfxvideo/gpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dfxvideo/gpu.c')
-rw-r--r--plugins/dfxvideo/gpu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/dfxvideo/gpu.c b/plugins/dfxvideo/gpu.c
index 7dd359f..20e5eef 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();