corrected small mistake

This commit is contained in:
FIX94 2017-10-14 18:18:52 +02:00
parent 0c01aa73d0
commit 58e9d6b05e
No known key found for this signature in database
GPG Key ID: CE39016A19D8EADA
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#ifndef _CONFIG_H_
#define _CONFIG_H_
#define CHANNEL_VERSION_DATE 201710120000llu
#define CHANNEL_VERSION_DATE 201710140000llu
#define CHANNEL_VERSION_STR "1.1.4"
//#define DEBUG_APP

View File

@ -19,7 +19,7 @@ static int rumbling = 0;
void controls_init (void) {
WiiDRC_Init ();
if(WiiDRC_Inited() && WiiDRC_Connected())
if(WiiDRC_Inited())
{ //Set stub to do Wii VC routine
*(vu32*)0x8000180C = 1;
DCFlushRange((u32 *) 0x80001800, 0x1800);