Files
spice2x-r3d/src/spice2x/games
bicarusandGitHub bf7666939a iidx, sdvx: bi2x hook fix (#496)
## Link to GitHub Issue, if one exists
n/a

## Description of change
Both games take the address returned by `aioNMgrIob2_Create` and reads
values offset from that address as part of the I/O routine. This means
that the I/O routines of these games have been accessing random
variables in data/bss segments for years, they just happened to get a
value that doesn't lead to a crash.

Stumbled upon this while trying to add a new feature that required
adding more globals, but suddenly the game stopped polling I/O when I
changed a value of my global. Scary.

## Testing
Tested both games I/O
2026-01-03 19:27:53 -08:00
..
2025-09-18 21:57:38 -07:00
2025-12-21 20:49:39 -08:00
2025-12-14 04:37:28 -08:00
2026-01-03 19:27:53 -08:00
2025-05-09 09:47:38 -07:00
2025-11-25 17:14:07 -08:00
2025-09-18 21:57:38 -07:00
2026-01-03 19:27:53 -08:00
2025-09-15 21:08:17 -07:00
2025-04-03 21:16:48 -07:00