mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01:00
Update MBlur.cpp
This commit is contained in:
parent
fcac1f9a34
commit
2f12d0e231
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user