mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -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 GraphicsSlider : public ToolTipSlider
|
||||
|
Reference in New Issue
Block a user