mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
remove MI_SetWramBank(MI_WRAM_ARM7_ALL) from MI_Init.
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@307 4ee2a332-4b2b-5046-8439-1ba90f034370
This commit is contained in:
parent
f5f1fe8fe2
commit
9ba08b80df
@ -41,7 +41,7 @@ void MI_Init(void)
|
||||
MI_SetMainMemoryPriority(MI_PROCESSOR_ARM7);
|
||||
|
||||
//---- Init Work RAM (allocate both wram (block0/1) to ARM7)
|
||||
MI_SetWramBank(MI_WRAM_ARM7_ALL);
|
||||
// MI_SetWramBank(MI_WRAM_ARM7_ALL);
|
||||
#endif
|
||||
|
||||
//---- dummy DMA
|
||||
|
||||
Loading…
Reference in New Issue
Block a user