mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-10 12:41:47 +00:00
6 lines
100 B
C
6 lines
100 B
C
|
#pragma once
|
||
|
|
||
|
#include <switch.h>
|
||
|
|
||
|
bool isGameCardInserted(FsDeviceOperator* o);
|
||
|
void syncDisplay();
|