Windows MIDI out device now selectable.

This commit is contained in:
TomW 2015-08-23 20:59:15 +01:00
commit 25286c8f0b
6 changed files with 83 additions and 11 deletions

View file

@ -465,10 +465,7 @@ int WINAPI WinMain (HINSTANCE hThisInstance,
get_registry_key_map();
ghwnd=hwnd;
midi_init();
atexit(midi_close);
initpc();
vid_apis[0][vid_api].init(ghwnd);