mirror of
https://github.com/libretro/Play-.git
synced 2025-01-20 23:44:48 +00:00
Cleanup.
This commit is contained in:
parent
d616452ce9
commit
3ea5126e66
@ -10,11 +10,6 @@ CAppConfig::CAppConfig()
|
||||
|
||||
}
|
||||
|
||||
CAppConfig::~CAppConfig()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Framework::CConfig::PathType CAppConfig::GetBasePath()
|
||||
{
|
||||
auto result = Framework::PathUtils::GetPersonalDataPath() / BASE_DATA_PATH;
|
||||
|
@ -8,7 +8,7 @@ class CAppConfig : public Framework::CConfig, public CSingleton<CAppConfig>
|
||||
{
|
||||
public:
|
||||
CAppConfig();
|
||||
virtual ~CAppConfig();
|
||||
virtual ~CAppConfig() = default;
|
||||
|
||||
static CConfig::PathType GetBasePath();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user