Correct incompatible pointer type.

This commit is contained in:
NewRisingSun
2025-09-12 22:36:58 +02:00
parent 7d13d3aa05
commit 04726b827e

View File

@@ -161,5 +161,5 @@ void H3001_init (CartInfo *info, void (*sync)()) {
H3001_configure(sync);
info->Power = H3001_power;
info->Reset = H3001_cbSync;
GameStateRestore = H3001_cbSync;
GameStateRestore = H3001_restore;
}