mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-05 00:56:13 +00:00
Split out controller initialization to UICommon
This commit is contained in:
parent
be551b1529
commit
2f3c0cdbc5
4 changed files with 50 additions and 24 deletions
|
@ -7,11 +7,16 @@
|
|||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
struct WindowSystemInfo;
|
||||
|
||||
namespace UICommon
|
||||
{
|
||||
void Init();
|
||||
void Shutdown();
|
||||
|
||||
void InitControllers(const WindowSystemInfo& wsi);
|
||||
void ShutdownControllers();
|
||||
|
||||
#ifdef HAVE_X11
|
||||
void InhibitScreenSaver(unsigned long win, bool enable);
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue