mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 01:57:50 +00:00
configuration: Use enum index
This commit is contained in:
parent
7168d30a6e
commit
61239d5b12
6 changed files with 31 additions and 26 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue