mirror of
https://github.com/halpz/re3.git
synced 2025-06-27 13:26:18 +00:00
Update MBlur.cpp
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user