doohan Posted February 28, 2016 Posted February 28, 2016 Hi everybody, I have a ahk module for Gamecube that works pretty fine to hide the launching of the emulator but not for the WII -------------------------------------------------------------------- Gui +AlwaysOnTop -Caption +ToolWindow Gui, color, 0 Gui Show, x0 y0 h%A_ScreenHeight% w%A_ScreenWidth%, RunWait, %executable% /b /e "%romPath%%romName%%romExtension%", %emuPath% Process, WaitClose, %Executable% Gui Destroy ExitApp CloseProcess: Process, Close, %Executable% return ------------------------------------------ If do the same for the WII, emulator is launched (I can see it in te process) black screen is ok to hide the launching but the game doesn't seems to start, I stay on a black screen... Has someone an idea why it works on the Gamecube but no on WII (same emulator as well...)? Thanks and regards,
Recommended Posts
Archived
This topic is now archived and is closed to further replies.