Update bugs_and_glitches.md
This commit is contained in:
parent
7377c2f192
commit
4c4c2ea41b
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ void CB2_InitTitleScreen(void)
|
|||
default:
|
||||
case 0:
|
||||
SetVBlankCallback(NULL);
|
||||
+ StartTimer1();
|
||||
SetGpuReg(REG_OFFSET_BLDCNT, 0);
|
||||
+ StartTimer1();
|
||||
SetGpuReg(REG_OFFSET_BLDCNT, 0);
|
||||
SetGpuReg(REG_OFFSET_BLDALPHA, 0);
|
||||
SetGpuReg(REG_OFFSET_BLDY, 0);
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue