Skip to content

Commit

Permalink
fix C++23 compile
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Apr 1, 2024
1 parent 0d76892 commit 94c8eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/pd-perfmod/dummy/PDPerfPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ bool __stdcall IsUpscaleMethodAvailable(int upscaleMethod) {
return false;
};

char* __stdcall GetUpscaleMethodName(int upscaleMethod) { return ""; };
char* __stdcall GetUpscaleMethodName(int upscaleMethod) { return (char*)""; };

0 comments on commit 94c8eed

Please sign in to comment.