mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 07:32:25 -07:00
HW: Properly initialize and shutdown all modules.
This commit is contained in:
@@ -63,6 +63,8 @@ void Init() {
|
||||
|
||||
/// Shutdown hardware
|
||||
void Shutdown() {
|
||||
GPU::Shutdown();
|
||||
LCD::Shutdown();
|
||||
LOG_DEBUG(HW, "shutdown OK");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user