mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 05:27:59 -05:00
configuration: Use enum index
This commit is contained in:
@ -75,7 +75,7 @@ private:
|
||||
|
||||
Settings::RendererBackend GetCurrentGraphicsBackend() const;
|
||||
|
||||
int FindIndex(std::type_index enumeration, int value) const;
|
||||
int FindIndex(u32 enumeration, int value) const;
|
||||
|
||||
std::unique_ptr<Ui::ConfigureGraphics> ui;
|
||||
QColor bg_color;
|
||||
|
Reference in New Issue
Block a user