mirror of
https://github.com/FIX94/hbc.git
synced 2024-11-21 18:19:19 +01:00
corrected small mistake
This commit is contained in:
parent
0c01aa73d0
commit
58e9d6b05e
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user