Skip to content

Commit

Permalink
make sure DllCrtFree gets exported correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
CasualPokePlayer committed Mar 12, 2022
1 parent e00febf commit 4503327
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugin/zilmar/gfx_1.3.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ EXPORT void CALL DllTest ( HWND hParent );

EXPORT void CALL ReadScreen(void **dest, long *width, long *height);

EXPORT void CALL DllCrtFree(void* p); // mupen specific

/******************************************************************
Function: DrawScreen
Purpose: This function is called when the emulator receives a
Expand Down

0 comments on commit 4503327

Please sign in to comment.