mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 13:37:52 -05:00
General: address feedback
This commit is contained in:
@ -101,9 +101,7 @@ Module::Module(Core::System& system)
|
||||
};
|
||||
}
|
||||
|
||||
Module::~Module() {
|
||||
Devices::nvhost_nvdec_common::Reset();
|
||||
}
|
||||
Module::~Module() {}
|
||||
|
||||
NvResult Module::VerifyFD(DeviceFD fd) const {
|
||||
if (fd < 0) {
|
||||
|
Reference in New Issue
Block a user