mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-24 03:35:15 -05:00
sysapp: Change unknown structure to a struct typedef.
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
//TODO
|
||||
typedef void sysapp_input_struct;
|
||||
typedef struct SysAppBrowserArgs SysAppBrowserArgs;
|
||||
|
||||
void
|
||||
SYSSwitchToSyncControllerOnHBM();
|
||||
@@ -27,7 +26,7 @@ void
|
||||
_SYSSwitchToMainApp();
|
||||
|
||||
void
|
||||
SYSSwitchToBrowserForViewer(sysapp_input_struct*);
|
||||
SYSSwitchToBrowserForViewer(SysAppBrowserArgs *);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user