mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 11:57:56 -05:00
settings_common: Remove unncessary enum spec
This commit is contained in:
@ -80,8 +80,8 @@ public:
|
||||
*/
|
||||
class BasicSetting {
|
||||
protected:
|
||||
explicit BasicSetting(Linkage& linkage, const std::string& name, enum Category category_,
|
||||
bool save_, bool runtime_modifiable_, u32 specialization,
|
||||
explicit BasicSetting(Linkage& linkage, const std::string& name, Category category_, bool save_,
|
||||
bool runtime_modifiable_, u32 specialization,
|
||||
BasicSetting* other_setting);
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user