mGalaxy forum

General Discussions => Need Help? => Topic started by: Stefan on May 14, 2013, 10:11:33 AM

Title: PSP ? Yes, it works ...
Post by: Stefan on May 14, 2013, 10:11:33 AM
Today i have found a very well PSP Emu ... http://www.ppsspp.org

Latest releases work at some Games without Sound/or miss Sounds, but my "Arcade Favorite":
Pacman Championship Edition work 100%, with Sound  :)
This is perfect for all Arcade Freaks and should run on all Arcade Cabinets ... i mean  8)

I see, the Dev Team work hard on the Emu, i think, the Sound Problem will be cleared soon ...

Commandline works too: PPSSPPwindows.exe "folder/game.iso"

F12 Key turn the Emu into Fullscreen, one thing: ESC do not work nicely ... Admin, can you help ?  ;)
Title: Re: PSP ? Yes, it works ...
Post by: Aeliss on May 14, 2013, 11:07:10 AM
Try this Autoit script

Code: [Select]
HotKeySet("{ESC}", "Terminate")

If $CmdLine[0] == 1 Then
    $PID = Run ( "PPSSPPWindows.exe" &' "' & $CmdLine[1] & '"' )
    While 1
        Sleep(500)
    WEnd
EndIf

Func Terminate()
    While ProcessExists ( $PID )
    ProcessClose ( $PID )
    WEnd
    Exit 0
EndFunc

or better (but not tried this one, i have just see the possible modif)

Code: [Select]
HotKeySet("{ESC}", "Terminate")

If $CmdLine[0] == 1 Then
    $PID = Run ( "PPSSPPWindows.exe" &' "' & $CmdLine[1] & '"' )
    While ProcessExists ( $PID )
        Sleep(500)
    WEnd
EndIf

Func Terminate()
    While ProcessExists ( $PID )
    ProcessClose ( $PID )
    WEnd
    Exit 0
EndFunc
Title: Re: PSP ? Yes, it works ...
Post by: Stefan on May 14, 2013, 02:24:35 PM
Thank you Aeliss, the first one is ok.

Before use, you must start PPSSPP onetime manual, start a Game, press F12, and quit then with Alt+F4.

After that "config", you can start PPSSPP in Full over mGalaxy !

Try PPSSPP, some Games run fine ...  :D
Title: Re: PSP ? Yes, it works ...
Post by: davhuit on June 08, 2014, 10:57:27 PM
Mgalaxy lose focus once you close the emulator.

If there a way to avoid that?
Title: Re: PSP ? Yes, it works ...
Post by: Aeliss on June 09, 2014, 03:26:05 AM
Take a look here http://www.mgalaxy.com/forum/index.php?topic=495.0.

There is an option too in ppsspp, but generally the focus lost is at start not at close ....
Title: Re: PSP ? Yes, it works ...
Post by: davhuit on June 09, 2014, 07:03:45 AM
Thanks, I'll try.

(Each time I close a game/the emulator, the controller don't respond aynmore and I have to do an alt-tab to get the focus back)
Title: Re: PSP ? Yes, it works ...
Post by: mgalaxy on June 09, 2014, 09:43:38 AM
Strange..I personaly don't get focus problem with ppsspp!!
Aeliss, do you?..and what's the option you're talking about in ppsspp?
Title: Re: PSP ? Yes, it works ...
Post by: Aeliss on June 09, 2014, 10:20:18 AM
No, I haven't problem too, with standard configuration, and without script (scripts to change focus).

There is an option like "always stay on top" to check (or uncheck) in ppsspp that can help for focus (on start, but after close .....)

But all configurations are differents, and the windows problems possibilities are endless ^^.
My better crazy bug : mGalaxy close itself when I use psx emulator, after 3/4 mn, but like I m the only one with this bug, I think it s because my configuration. Don't worry about that, for the moment I use a script that reload mGalaxy if it s closed, not sure the bug is still here.