From 96e24b508ab09591a8bd733a6482015bad80a2d6 Mon Sep 17 00:00:00 2001 From: TeamCemu Date: Wed, 19 Jun 2019 13:54:02 +0200 Subject: added magic bit0 alternative updated gitignore to ignore build / vs files --- src/wiiu/wiiu.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/wiiu/wiiu.cpp') 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 +}; + -- cgit v1.3.1