Added PSP Accept/Cance
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
|
||||
#include "systemlinux.h"
|
||||
|
||||
errorret_t systemInitLinux() {
|
||||
errorOk();
|
||||
}
|
||||
|
||||
systemdialogtype_t systemGetActiveDialogTypeLinux() {
|
||||
return SYSTEM_DIALOG_TYPE_NONE;
|
||||
}
|
||||
@@ -8,6 +8,11 @@
|
||||
#pragma once
|
||||
#include "system/system.h"
|
||||
|
||||
/**
|
||||
* Initializes the Linux system module.
|
||||
*/
|
||||
errorret_t systemInitLinux(void);
|
||||
|
||||
/**
|
||||
* Currently just returns SYSTEM_DIALOG_TYPE_NONE.
|
||||
*
|
||||
|
||||
@@ -8,4 +8,5 @@
|
||||
#pragma once
|
||||
#include "system/systemlinux.h"
|
||||
|
||||
#define systemInitPlatform systemInitLinux
|
||||
#define systemGetActiveDialogTypePlatform systemGetActiveDialogTypeLinux
|
||||
Reference in New Issue
Block a user