Include "Hash.h" rather than "hash.h" for case-sensitive file systems.

Fix some compiler warnings.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6141 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang
2010-08-28 15:53:01 +00:00
parent ae802f0403
commit 1d05290be7
6 changed files with 14 additions and 14 deletions

View File

@ -632,7 +632,7 @@ void Wiimote::Update()
// IR
if (rptf.ir)
GetIRData(data + rptf.ir, (rptf.accel!=NULL));
GetIRData(data + rptf.ir, (rptf.accel != 0));
// extension
if (rptf.ext)