mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Change a bunch of reference function arguments to pointers.
Per the coding style and sanity.
This commit is contained in:
parent
c98a3f62be
commit
7f6284c2fc
15 changed files with 333 additions and 330 deletions
|
@ -116,7 +116,7 @@ protected:
|
|||
|
||||
private:
|
||||
static bool CheckForCustomTextureLODs(u64 tex_hash, int texformat, unsigned int levels);
|
||||
static PC_TexFormat LoadCustomTexture(u64 tex_hash, int texformat, unsigned int level, unsigned int& width, unsigned int& height);
|
||||
static PC_TexFormat LoadCustomTexture(u64 tex_hash, int texformat, unsigned int level, unsigned int* width, unsigned int* height);
|
||||
static void DumpTexture(TCacheEntryBase* entry, unsigned int level);
|
||||
|
||||
static TCacheEntryBase* AllocateRenderTarget(unsigned int width, unsigned int height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue