mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-09 19:15:48 +00:00
delete unused variables, rename some functions - minor stuff.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2339 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
a1685984a0
commit
26f951d9d5
8 changed files with 89 additions and 102 deletions
|
@ -32,8 +32,8 @@ void Shutdown();
|
|||
void EncodeToRam(u32 address, bool bFromZBuffer, bool bIsIntensityFmt,
|
||||
u32 copyfmt, bool bScaleByHalf, const TRectangle& source);
|
||||
|
||||
void EncodeToRam(GLuint srcTexture, const TRectangle& sourceRc,
|
||||
u8* destAddr, int dstWidth, int dstHeight);
|
||||
void EncodeToRamYUYV(GLuint srcTexture, const TRectangle& sourceRc,
|
||||
u8* destAddr, int dstWidth, int dstHeight);
|
||||
|
||||
void DecodeToTexture(u8* srcAddr, int srcWidth, int srcHeight, GLuint destTexture);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue