Removed unnecessary calls to midi_close()/midi_init() in resetpchard().
This commit is contained in:
parent
9946bf2b73
commit
e93fb011b4
1 changed files with 0 additions and 3 deletions
3
src/pc.c
3
src/pc.c
|
|
@ -357,9 +357,6 @@ void resetpchard()
|
|||
mouse_emu_close();
|
||||
device_init();
|
||||
|
||||
midi_close();
|
||||
midi_init();
|
||||
|
||||
timer_reset();
|
||||
sound_reset();
|
||||
mem_resize();
|
||||
|
|
|
|||
Loading…
Reference in a new issue