settings, uisettings: Initialize linkage counter
This commit is contained in:
parent
8e15146026
commit
4c4bc134a9
3 changed files with 3 additions and 3 deletions
|
@ -144,7 +144,7 @@ float Volume() {
|
|||
return values.volume.GetValue() / static_cast<f32>(values.volume.GetDefault());
|
||||
}
|
||||
|
||||
Linkage::Linkage() = default;
|
||||
Linkage::Linkage(u32 initial_count) : count{initial_count} {}
|
||||
Linkage::~Linkage() = default;
|
||||
|
||||
const char* TranslateCategory(Category category) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue