mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Turn Config::Info into a class with getters
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
namespace Config
|
||||
{
|
||||
template <typename T>
|
||||
struct Info;
|
||||
class Info;
|
||||
}
|
||||
|
||||
class GraphicsInteger : public ToolTipSpinBox
|
||||
|
Reference in New Issue
Block a user