summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/render/MBlur.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/MBlur.cpp b/src/render/MBlur.cpp
index af8fe763..e37af6b7 100644
--- a/src/render/MBlur.cpp
+++ b/src/render/MBlur.cpp
@@ -52,9 +52,9 @@ CMBlur::MotionBlurOpen(RwCamera *cam)
if(pFrontBuffer)
MotionBlurClose();
- DWORD total, avaible;
#ifdef _WIN32
extern void _GetVideoMemInfo(LPDWORD total, LPDWORD avaible);
+ DWORD total, avaible;
_GetVideoMemInfo(&total, &avaible);
debug("Available video memory %d\n", avaible);