mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 04:22:15 +00:00
A few compiler warnings.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6975 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
c0571ae9de
commit
043e324789
6 changed files with 7 additions and 10 deletions
|
@ -92,7 +92,7 @@ void UpdateProjectionHack(int iPhackvalue[], std::string sPhackvalue[])
|
|||
float fhackvalue1 = 0, fhackvalue2 = 0;
|
||||
float fhacksign1 = 1.0, fhacksign2 = 1.0;
|
||||
bool bProjHack3 = false;
|
||||
char *sTemp[2];
|
||||
const char *sTemp[2];
|
||||
|
||||
if (iPhackvalue[0] == 0)
|
||||
goto hackDisabled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue