dongle: add vid and pid arguments
This commit is contained in:
@ -9,6 +9,11 @@
|
||||
#include "platform/vfs.h"
|
||||
#include "platform/es3sec.h"
|
||||
|
||||
struct dongle_info {
|
||||
USHORT pid;
|
||||
USHORT vid;
|
||||
};
|
||||
|
||||
struct platform_config {
|
||||
struct clock_config clock;
|
||||
struct netenv_config netenv;
|
||||
@ -30,5 +35,6 @@ HRESULT platform_hook_init(
|
||||
const struct platform_config *cfg,
|
||||
enum platform_type type,
|
||||
jvs_provider_t jvs,
|
||||
HMODULE redir_mod
|
||||
HMODULE redir_mod,
|
||||
struct dongle_info d_info
|
||||
);
|
Reference in New Issue
Block a user