Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Update MBlur.cpp
  • Loading branch information
Fire-Head committed Jun 29, 2020
1 parent fcac1f9 commit 2f12d0e231c771e8fdb06da4bcec9ba4555109af
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/render/MBlur.cpp
@@ -52,9 +52,9 @@ CMBlur::MotionBlurOpen(RwCamera *cam)
if(pFrontBuffer) if(pFrontBuffer)
MotionBlurClose(); MotionBlurClose();


DWORD total, avaible;
#ifdef _WIN32 #ifdef _WIN32
extern void _GetVideoMemInfo(LPDWORD total, LPDWORD avaible); extern void _GetVideoMemInfo(LPDWORD total, LPDWORD avaible);
DWORD total, avaible;


_GetVideoMemInfo(&total, &avaible); _GetVideoMemInfo(&total, &avaible);
debug("Available video memory %d\n", avaible); debug("Available video memory %d\n", avaible);

0 comments on commit 2f12d0e

Please sign in to comment.