diff options
| author | TeamCemu <teamcemu@protonmail.com> | 2019-06-19 13:54:02 +0200 |
|---|---|---|
| committer | TeamCemu <teamcemu@protonmail.com> | 2019-06-19 13:54:02 +0200 |
| commit | 96e24b508ab09591a8bd733a6482015bad80a2d6 (patch) | |
| tree | 558b766db7246a749d1e2e521a6b34b911319b91 /src/wiiu/wiiu.cpp | |
| parent | a004b8b24918a18b03afa2481481e0e140dff8a9 (diff) | |
added magic bit0 alternative
updated gitignore to ignore build / vs files
Diffstat (limited to 'src/wiiu/wiiu.cpp')
| -rw-r--r-- | src/wiiu/wiiu.cpp | 8 |
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 +}; + |
