HW: Properly initialize and shutdown all modules.
This commit is contained in:
parent
e0cb85691a
commit
57aaaf92db
3 changed files with 8 additions and 3 deletions
|
@ -55,6 +55,7 @@ template void Write<u8>(u32 addr, const u8 data);
|
|||
|
||||
/// Initialize hardware
|
||||
void Init() {
|
||||
memset(&g_regs, 0, sizeof(g_regs));
|
||||
LOG_DEBUG(HW_LCD, "initialized OK");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue