mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 02:27:57 -05: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