summaryrefslogtreecommitdiff
path: root/src/wiiu
diff options
context:
space:
mode:
Diffstat (limited to 'src/wiiu')
-rw-r--r--src/wiiu/wiiu.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/wiiu/wiiu.cpp b/src/wiiu/wiiu.cpp
index f470feb..505f652 100644
--- a/src/wiiu/wiiu.cpp
+++ b/src/wiiu/wiiu.cpp
@@ -16,7 +16,7 @@ static int idaapi
*processor = "ppc";
*fileformatname = "WII U RPX/RPL";
-
+
return ACCEPT_FIRST | 1;
}
}
@@ -40,14 +40,16 @@ static void idaapi
}
#ifdef _WIN32
+__declspec(dllexport)
#endif
loader_t LDSC =
{
IDP_INTERFACE_VERSION,
- 0,
+ LDRF_REQ_PROC,
accept_file,
load_file,
NULL,
NULL,
NULL
-}; \ No newline at end of file
+};
+