mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Fix some warnings.
The 'offset' variable needs to stay because the disabled code below uses it.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user