add epay hooks

This commit is contained in:
2023-12-08 13:29:37 -05:00
parent cd10a98dcc
commit e86346f837
9 changed files with 426 additions and 8 deletions

View File

@ -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 {