Closed Felix-Dev closed 3 years ago
This PR fixes our SCE_MODULE_STOP macro so that it now uses the correct function signature for module_stop() (the module stop entry point).
SCE_MODULE_STOP
module_stop()
Closes https://github.com/uofw/uofw/issues/88.
Verified that our modules still compile.
Description
This PR fixes our
SCE_MODULE_STOP
macro so that it now uses the correct function signature formodule_stop()
(the module stop entry point).Motivation and Context
Closes https://github.com/uofw/uofw/issues/88.
How Has This Been Tested?
Verified that our modules still compile.