mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-16 19:19:13 +01:00
12 lines
265 B
C
12 lines
265 B
C
|
// Copyright 2019 Dolphin Emulator Project
|
||
|
// Licensed under GPLv2+
|
||
|
// Refer to the license.txt file included.
|
||
|
|
||
|
namespace ciface::CemuHookUDPServer
|
||
|
{
|
||
|
void Init();
|
||
|
void PopulateDevices();
|
||
|
void DeInit();
|
||
|
void SaveSettings();
|
||
|
} // namespace ciface::CemuHookUDPServer
|