Page 1 of 1

PSP ? Yes, it works ...

Posted: Tue May 14, 2013 3:11 pm
by Stefan
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 ?  ;)

Re: PSP ? Yes, it works ...

Posted: Tue May 14, 2013 4:07 pm
by Aeliss
Try this Autoit script

Code: Select all

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 all

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

Re: PSP ? Yes, it works ...

Posted: Tue May 14, 2013 7:24 pm
by Stefan
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

Re: PSP ? Yes, it works ...

Posted: Mon Jun 09, 2014 3:57 am
by davhuit
Mgalaxy lose focus once you close the emulator.

If there a way to avoid that?

Re: PSP ? Yes, it works ...

Posted: Mon Jun 09, 2014 8:26 am
by Aeliss
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 ....

Re: PSP ? Yes, it works ...

Posted: Mon Jun 09, 2014 12:03 pm
by davhuit
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)

Re: PSP ? Yes, it works ...

Posted: Mon Jun 09, 2014 2:43 pm
by mgalaxy
Strange..I personaly don't get focus problem with ppsspp!!
Aeliss, do you?..and what's the option you're talking about in ppsspp?

Re: PSP ? Yes, it works ...

Posted: Mon Jun 09, 2014 3:20 pm
by Aeliss
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.