DYNAREC=n now also disables the Voodoo recompiler;

Fixed some Settings Machine page uglyness when the recompiler is disabled.
This commit is contained in:
OBattler
2017-10-15 02:50:26 +02:00
parent c3cfc5abf6
commit aca1449ac5
4 changed files with 24 additions and 11 deletions

View File

@@ -681,7 +681,7 @@ void trc_init(void)
{
trc_reg = 0;
io_sethandler(0x0cf9, 0x0001, trc_read, NULL, NULL, trc_write, NULL, NULL, NULL);
// io_sethandler(0x0cf9, 0x0001, trc_read, NULL, NULL, trc_write, NULL, NULL, NULL);
}
void pci_init(int type)