Jump to content

Dreamcast Demul hide with GUI


doohan

Recommended Posts

Posted

Hi everybody, 

 

I have a script in Hyperlaunch for Dreamcast that works pretty fine (without what is in bolf) but if I add the GUI (I want to hide the launching of the emulator),

Emulator is not hiding, 

 

He launchs the black screen, 

move the cursor to select System and game

then...launchs the emulator.

 

---------------------------------------------------------------------------------------

 
IniWrite, %romPath%%romname%%RomExtension%, %emupath%gdrImage.ini, Main, imagefilename
sleep, 250
Run, %emupath%%executable% ;-run=dreamcast -rom=%Romname%
sleep, 500
Click 20, 40
Click 20, 60
Process, WaitClose, %executable%
WinActivate, HyperSpin
 
ExitApp
 
CloseProcess:
Process, Close, %Executable%
return
 
-----------------------------------------------------------------------------------
 
It should to do as follow:
 

Launch the black screen, 

Launch the emulator.

move the cursor to select System and game

move the cursor out of screen

 

Proble is that the cursor doens't point anymore on demul but on the GUI screen.

 

Has someone an idea ?

 

Thanks and regards, 

Posted

I have the same problem. Loading screen shown, then the emulator GUI stays and top. no fullscreen, even if it is set up in the emulator. i use RL too.

Posted

Ah... i found out. Just setup "Stretch" in the Video Config. Then it boots in fullscreen.

Have you checked out if the resolution is compatible with your monitor?

Posted

Hi, 

 

No problem to get fullscreen with Demul.

Just want to hide the launching of the emulator with a black screen.

But Script works not in the good order I ask to.

It doesn't launch the emulator after the black screen.

It launch it when all moves with the cursor are done...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...