mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 11:43:00 +00:00
19 lines
330 B
C
19 lines
330 B
C
#pragma once
|
|
#include <wut.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void SYSRelaunchTitle(uint32_t argc, char *pa_Argv[]);
|
|
void SYSLaunchMenu();
|
|
void SYSLaunchTitle(uint64_t TitleId);
|
|
void _SYSLaunchMiiStudio();
|
|
void _SYSLaunchSettings();
|
|
void _SYSLaunchParental();
|
|
void _SYSLaunchNotifications();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|