mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 10:07:58 -05:00
kernel/handle-table: In-class initialize data members
Directly initializes members where applicable.
This commit is contained in:
@ -23,7 +23,6 @@ constexpr u16 GetGeneration(Handle handle) {
|
||||
} // Anonymous namespace
|
||||
|
||||
HandleTable::HandleTable() {
|
||||
next_generation = 1;
|
||||
Clear();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user