1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-08 11:58:44 +00:00
sys-con/source/mainLoop.h
2019-11-15 14:03:06 +03:00

11 lines
172 B
C

#pragma once
#include "switch/result.h"
struct GlobalConfig
{
uint16_t dualshock4_productID;
};
Result mainLoop();
void LoadGlobalConfig(const GlobalConfig *config);