Author Topic: Nintendo DS  (Read 18035 times)

Stefan

  • Full Member
  • ***
  • Posts: 143
  • BORN TO PLAY
Re: Nintendo DS
« Reply #8 on: May 14, 2013, 02:27:18 PM »
Aeliss, i will use DS in Arcade Cab too ;-) but only Jump and Runers as Mario or Giana Sisters.

Rik, have Desmume fullscreen and command lines to start ?
Or better, you use it with mGalaxy ?
---------------
Greetings from Austria

rik_adriano

  • Newbie
  • *
  • Posts: 15
Re: Nintendo DS
« Reply #7 on: May 14, 2013, 02:23:06 PM »
Why you not use Desmume.
It is newer and you can play from 7z  :)

Aeliss

  • Hero Member
  • *****
  • Posts: 900
Re: Nintendo DS
« Reply #6 on: May 14, 2013, 02:21:55 PM »
I can't help you, I use only emulator that can be use in a "multiple emulation arcade machine" and not possible with the DS because of dual screen, touchscreen, ect ...
But with autoit nothing is impossible, you can use emulator that don't use command line for exemple.

you can simulate F1 with the command
Code: (autoit) [Select]
send("{F1}")

for "on top problem"

Code: (autoit) [Select]
$PID = Run ( "application.exe ")

while _WinWaitActivePID($PID)
   sleep(500)
wend

;------------------------

 Func _WinWaitActivePID($iPid)
    While 1
        Local $list = WinList()
        For $i = 1 To $list[0][0]
            If $list[$i][0] <> "" And IsVisible($list[$i][1]) Then
                If WinGetProcess($list[$i][1]) = $iPid AND WinActive($list[$i][1]) Then Return $list[$i][0]
            EndIf
        Next
    WEnd
EndFunc

Func IsVisible($handle)
    If BitAND(WinGetState($handle), 2) Then
        Return 1
    Else
        Return 0
    EndIf

EndFunc
« Last Edit: November 16, 2014, 06:47:28 AM by mgalaxy »

Stefan

  • Full Member
  • ***
  • Posts: 143
  • BORN TO PLAY
Re: Nintendo DS
« Reply #5 on: May 14, 2013, 01:47:39 PM »
i think its some Configuration, and at myZoom, you must press F1 ... 2 ... 3 ... for Fullscreen Modes ...
---------------
Greetings from Austria

Aeliss

  • Hero Member
  • *****
  • Posts: 900
Re: Nintendo DS
« Reply #4 on: May 14, 2013, 11:13:18 AM »
k, not the same problem than me.
In somes emulators IDK why but the fullscreen doesn't work if mgalaxy is running, they work with bat file file but not with mgalaxy.
I can listen the sound but no picture, in fact the "always on top" function not working really well on these emulators and even with fullscreen they are running on background.

Autoit script forced for these emulators to put the emulator on top.

Stefan

  • Full Member
  • ***
  • Posts: 143
  • BORN TO PLAY
Re: Nintendo DS
« Reply #3 on: May 14, 2013, 10:02:32 AM »
"Nothing", i can see a grey box in the upper left corner, then all freeze ...

But i can start it with a .bat file, and: myZoom.exe "folder/game.nds"

 :-\
---------------
Greetings from Austria

Aeliss

  • Hero Member
  • *****
  • Posts: 900
Re: Nintendo DS
« Reply #2 on: May 11, 2013, 07:55:04 AM »
You can listen to the sound but no picture ? Or nothing ?

Stefan

  • Full Member
  • ***
  • Posts: 143
  • BORN TO PLAY
Nintendo DS
« Reply #1 on: May 10, 2013, 08:47:16 AM »
I try to Play No$Gba - DS - Emu with myZoom.
myZoom make it possible, to Play DS Games in Fullscreen.

With a simple .bat, i can start example: New Super Mario in Fullscreen,
i cant start it over mGalaxy ...  :-\

Anybody try it before ?
---------------
Greetings from Austria