Skip to content

Commit

Permalink
Update to API v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dfranx committed Apr 17, 2020
1 parent ebdbdcd commit 0529d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extern "C" {
delete ptr;
}
FEXPORT int GetPluginAPIVersion() {
return 1;
return 2;
}
FEXPORT int GetPluginVersion() {
return 1;
Expand Down

0 comments on commit 0529d94

Please sign in to comment.