2014-10-04 15:12:15 -04:00
|
|
|
// Copyright 2014 Dolphin Emulator Project
|
2015-05-18 01:08:10 +02:00
|
|
|
// Licensed under GPLv2+
|
2014-10-04 15:12:15 -04:00
|
|
|
// Refer to the license.txt file included.
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
namespace UICommon
|
|
|
|
{
|
|
|
|
void Init();
|
|
|
|
void Shutdown();
|
|
|
|
|
|
|
|
void CreateDirectories();
|
2015-02-25 03:23:42 -06:00
|
|
|
void SetUserDirectory(const std::string& custom_path);
|
2014-10-04 15:12:15 -04:00
|
|
|
|
2017-06-24 21:41:53 +02:00
|
|
|
bool TriggerSTMPowerEvent();
|
|
|
|
|
2017-05-09 18:49:10 +02:00
|
|
|
void SaveWiimoteSources();
|
2016-06-24 10:43:46 +02:00
|
|
|
} // namespace UICommon
|