1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-20 05:53:25 +01:00
nxdumptool/source/util.h

6 lines
100 B
C
Raw Normal View History

2018-05-15 17:00:19 +01:00
#pragma once
#include <switch.h>
bool isGameCardInserted(FsDeviceOperator* o);
void syncDisplay();