mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 12:27:56 -05:00
HW: Properly initialize and shutdown all modules.
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user