mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-20 11:18:35 -05:00
HLE: Remove empty ConfigMem and SharedPage Shutdown functions
This commit is contained in:
@ -43,8 +43,6 @@ void Init() {
|
||||
}
|
||||
|
||||
void Shutdown() {
|
||||
ConfigMem::Shutdown();
|
||||
SharedPage::Shutdown();
|
||||
Service::Shutdown();
|
||||
|
||||
LOG_DEBUG(Kernel, "shutdown OK");
|
||||
|
Reference in New Issue
Block a user