mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 17:19:15 +01:00
Update MBlur.cpp
This commit is contained in:
parent
d9cb9583bf
commit
3b3324de38
@ -52,7 +52,7 @@ CMBlur::MotionBlurOpen(RwCamera *cam)
|
||||
if(pFrontBuffer)
|
||||
MotionBlurClose();
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifndef LIBRW
|
||||
extern void _GetVideoMemInfo(LPDWORD total, LPDWORD avaible);
|
||||
DWORD total, avaible;
|
||||
|
||||
@ -104,11 +104,11 @@ CMBlur::MotionBlurOpen(RwCamera *cam)
|
||||
rect.h = RwRasterGetHeight(RwCameraGetRaster(cam));
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifndef LIBRW
|
||||
_GetVideoMemInfo(&total, &avaible);
|
||||
debug("Available video memory %d\n", avaible);
|
||||
CreateImmediateModeData(cam, &rect);
|
||||
#endif
|
||||
CreateImmediateModeData(cam, &rect);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user