djhackersdev / segatools

Loaders and hardware emulators for SEGA games that run on the Nu and ALLS platforms
The Unlicense
60 stars 7 forks source link

Add missing `get_api_version` exports for `idzhook` and `mu3hook` - [merged] #68

Closed icex2 closed 1 year ago

icex2 commented 3 years ago

In GitLab by @Felix on Aug 17, 2021, 03:37

Merges staging -> master

Bugfix

Description

This MR fixes the warning message under Initial D Zero (idzhook) and Ongeki (mu3hook) regarding the API version function not being found.

Related Issue

How Has This Been Tested?

  1. Ran games without the API versioning export
  2. Warning message printed saying the API version function was not found in the I/O implementation.
  3. Added functions to the .def files so they are exported in idzhook and mu3hook
  4. Ran games with the API versioning exports as per step 3
  5. Games no longer print warning

Checklist

icex2 commented 3 years ago

In GitLab by @Felix on Aug 17, 2021, 03:37

marked the checklist item Initial D Zero as completed

icex2 commented 3 years ago

In GitLab by @Felix on Aug 17, 2021, 03:37

marked the checklist item Ongeki as completed