nunuhara / xsystem4

Cross-platform implementation of AliceSoft's System 4 engine
GNU General Public License v2.0
46 stars 4 forks source link

Fix signature mismatch in HLL_EXPORT functions #173

Closed kichikuou closed 3 months ago

kichikuou commented 3 months ago

Notable changes:

This also avoids using non-void functions where a void function is expected. It is fine in most ABIs, but raises a runtime error in wasm32.

nunuhara commented 3 months ago

Thanks!