diff options
| author | Nolan Check <Nolan.Check@gmail.com> | 2009-06-29 07:30:48 +0000 |
|---|---|---|
| committer | Nolan Check <Nolan.Check@gmail.com> | 2009-06-29 07:30:48 +0000 |
| commit | c2e0225aa39a0e98a65f5ebbd600cd9f2aa05e9c (patch) | |
| tree | 080275a318d8f639e20ffd49218ff18aa9053b0d /Source/Core/Common | |
| parent | 188fa9b2cb9ba5f5d37faab40a906112905e7aa9 (diff) | |
Move to new Virtual XFB system which correctly handles games which store multiple XFB's in memory. More OpenGL cleanup.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3591 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Src/PluginVideo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/PluginVideo.h b/Source/Core/Common/Src/PluginVideo.h index 1721899b6d..6b6940fd2c 100644 --- a/Source/Core/Common/Src/PluginVideo.h +++ b/Source/Core/Common/Src/PluginVideo.h @@ -25,7 +25,7 @@ namespace Common { typedef void (__cdecl* TVideo_Prepare)(); typedef void (__cdecl* TVideo_SendFifoData)(u8*,u32); -typedef void (__cdecl* TVideo_UpdateXFB)(u8*, u32, u32, s32, bool); +typedef void (__cdecl* TVideo_UpdateXFB)(u32, u32, u32, s32, bool); typedef bool (__cdecl* TVideo_Screenshot)(const char* filename); typedef void (__cdecl* TVideo_EnterLoop)(); typedef void (__cdecl* TVideo_ExitLoop)(); |
