diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-06-06 16:46:19 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-06-07 12:54:50 -0400 |
commit | e6f5c4f264520dde185691201df76830c2d2f1cb (patch) | |
tree | 3fd7869e29208ef73002f1f6d3c3cc3e6f3b6d30 /src/main.c | |
parent | 3f97763181c486cf537ac187036b086e1f222cfc (diff) |
Sync link_rfu_2.c
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index cf19f39b3..b95839e82 100644 --- a/src/main.c +++ b/src/main.c @@ -113,7 +113,7 @@ void AgbMain() InitIntrHandlers(); m4aSoundInit(); EnableVCountIntrAtLine150(); - sub_800E6D0(); + InitRFU(); RtcInit(); CheckForFlashMemory(); InitMainCallbacks(); |