Hello Everyone,
Wild 9 will hang when you try to save if your using the HLE-Bios because you need
void psxBios__card_status() {
v0 = 1;
pc0 = ra;
}
and remove // from biosB0[0x5c] = psxBios__card_status; in the B0 Calls Area.
Comments: Applied.
Wild 9 will hang when you try to save if your using the HLE-Bios because you need
void psxBios__card_status() {
v0 = 1;
pc0 = ra;
}
and remove // from biosB0[0x5c] = psxBios__card_status; in the B0 Calls Area.
Comments: Applied.