Skip to content

Commit

Permalink
corrected small mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
FIX94 committed Oct 14, 2017
1 parent 0c01aa7 commit 58e9d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion channel/channelapp/config.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion channel/channelapp/source/controls.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 58e9d6b

Please sign in to comment.