add epay hooks
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
#include "platform/misc.h"
|
||||
#include "platform/vfs.h"
|
||||
#include "platform/es3sec.h"
|
||||
#include "platform/epay.h"
|
||||
|
||||
struct dongle_info {
|
||||
USHORT pid;
|
||||
@ -25,6 +26,7 @@ struct platform_config {
|
||||
struct misc_config misc;
|
||||
struct vfs_config vfs;
|
||||
struct es3sec_config dongle;
|
||||
struct epay_config epay;
|
||||
};
|
||||
|
||||
enum platform_type {
|
||||
|
Reference in New Issue
Block a user