mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-01 07:47:02 +02:00
configuration: Use enum index
This commit is contained in:
parent
e7f01128f1
commit
ca8509d205
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