mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 12:37:59 -05:00
vulkan_device: Remove brace initializer
Co-authored-by: Tobias <thm.frey@gmail.com>
This commit is contained in:
@ -598,7 +598,7 @@ public:
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return {};
|
||||
return false;
|
||||
}
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user