mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Fix some warnings.
The 'offset' variable needs to stay because the disabled code below uses it.
This commit is contained in:
parent
3a06907653
commit
0eb341e542
4 changed files with 7 additions and 7 deletions
|
@ -104,7 +104,7 @@ PC_TexFormat GetHiresTex(const std::string& filename, unsigned int* pWidth, unsi
|
|||
*pWidth = width;
|
||||
*pHeight = height;
|
||||
|
||||
int offset = 0;
|
||||
//int offset = 0;
|
||||
PC_TexFormat returnTex = PC_TEX_FMT_NONE;
|
||||
|
||||
switch (texformat)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue