This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/render/MBlur.cpp
There are no files selected for viewing
|
|
@@ -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);
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.