mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 19:58:07 -05:00
Kernel: Mark all appropriate kernel objects as "final"
This commit is contained in:
@ -26,7 +26,7 @@ enum class ArbitrationType : u32 {
|
||||
DecrementAndWaitIfLessThanWithTimeout,
|
||||
};
|
||||
|
||||
class AddressArbiter : public Object {
|
||||
class AddressArbiter final : public Object {
|
||||
public:
|
||||
/**
|
||||
* Creates an address arbiter.
|
||||
|
Reference in New Issue
Block a user