I've implemented it. I have put all my games on the SD card without using any USB hard drive with my Wii at all. https://github.com/ayuanx/usbloadergx/releases/
I've implemented it. I have put all my games on the SD card without using any USB hard drive with my Wii at all. https://github.com/ayuanx/usbloadergx/releases/
I've implemented it. I have put all my games on the SD card without using any USB hard drive with my Wii at all. https://github.com/ayuanx/usbloadergx/releases/tag/v3.0-r240527
I know this is an old thread, but since this MIDI play freezing on Win XP/Vista/7/8/10 has troubled me for quite some time, I did some experiments myself. I can confirm the 3 ~ 6 seconds freezing when starting to play a MIDI file (using MCI_OPEN with sequencer and midi file path as arguments) is indeed caused by this Sleep(4) in mciseq.dll. First, Windows can not do a precise 4ms sleep, in most cases, any sleep time less than 16ms tends to be 16ms or more (an Win OS tick). Second, this Sleep() function...
I know this is an old thread, but since this MIDI play freezing on Win XP/Vista/7/8/10 has troubled me for quite some time, I did some experiments myself. I can confirm the 3 ~ 6 seconds freezing when starting to play a MIDI file (using MCI_OPEN with sequencer and midi file path as arguments) is indeed caused by this Sleep(4) in mciseq.dll. First, Windows can not do a precise 4ms sleep, in most cases, any sleep time less than 16ms tends to be 16ms or more (an Win OS tick). Second, this Sleep() function...
I know this is an old thread, but since this MIDI play freezing on Win XP/Vista/7/8/10 has troubled me for quite some time, I did some experiments myself. I can confirm the 3 ~ 6 seconds freezing when starting to play a MIDI file (using MCI_OPEN with sequencer and midi file path as arguments) is indeed caused by this Sleep(4) in mciseq.dll. First, Windows can not do a precise 4ms sleep, in most cases, any sleep time less than 16ms tends to be 16ms or more (an Win OS tick). Second, this Sleep() function...
I know this is an old thread, but since this MIDI play freezing on Win XP/Vista/7/8/10 has troubled me for quite some time, I did some experiments myself. I can confirm the 3 ~ 6 seconds freezing when starting to play a MIDI file (using MCI_OPEN with sequencer and midi file path as arguments) is indeed caused by this Sleep(4) in mciseq.dll. First, Windows can not do a precise 4ms sleep, in most cases, any sleep time less than 16ms tends to be 16ms or more (an Win OS tick). Second, this Sleep() function...
I know this is an old thread, but since this midi play freezing on Win Vista/7/8/10 has troubled me for quite some time, I did some experiments myself. I can confirm the 3 ~ 6 seconds freezing when starting to play a MIDI file (using MCI_OPEN with sequencer and midi file path as arguments) is indeed caused by this Sleep(4) in mciseq.dll. First, Windows can not do a precise 4ms sleep, in most cases, any sleep time less than 16ms tends to be 16ms or more (an Win OS tick). Second, this Sleep() function...