Rmoved "load32bitOShack" feature: forgot one change.
This commit is contained in:
parent
c05cb5e1d7
commit
3d5c4615bc
@ -1019,13 +1019,6 @@ int bx_begin_simulation(int argc, char *argv[])
|
||||
|
||||
bx_init_hardware();
|
||||
|
||||
#if BX_LOAD32BITOSHACK
|
||||
if (SIM->get_param_enum(BXPN_LOAD32BITOS_WHICH)->get()) {
|
||||
void bx_load32bitOSimagehack(void);
|
||||
bx_load32bitOSimagehack();
|
||||
}
|
||||
#endif
|
||||
|
||||
SIM->set_init_done(1);
|
||||
|
||||
// update headerbar buttons since drive status can change during init
|
||||
|
Loading…
Reference in New Issue
Block a user