1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-10-06 06:19:43 +00:00
sys-con/source/mainLoop.h

11 lines
172 B
C
Raw Normal View History

2019-10-31 18:00:42 +00:00
#pragma once
#include "switch/result.h"
2019-11-15 11:03:06 +00:00
struct GlobalConfig
{
uint16_t dualshock4_productID;
};
Result mainLoop();
void LoadGlobalConfig(const GlobalConfig *config);