uofw / uofw

The unofficial Official FirmWare, a complete latest PSP firmware reverse engineering project
Other
377 stars 38 forks source link

Fix SCE_MODULE_STOP macro. #89

Closed Felix-Dev closed 3 years ago

Felix-Dev commented 3 years ago

Description

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).

Motivation and Context

Closes https://github.com/uofw/uofw/issues/88.

How Has This Been Tested?

Verified that our modules still compile.