Author Topic: PSP ? Yes, it works ...  (Read 7923 times)

Aeliss

  • Hero Member
  • *****
  • Posts: 915
Re: PSP ? Yes, it works ...
« Reply #8 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.
« Last Edit: June 09, 2014, 10:28:18 AM by Aeliss »

mgalaxy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1168
    • Email
Re: PSP ? Yes, it works ...
« Reply #7 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?

davhuit

  • Full Member
  • ***
  • Posts: 173
Re: PSP ? Yes, it works ...
« Reply #6 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)
« Last Edit: June 09, 2014, 07:07:17 AM by davhuit »

Aeliss

  • Hero Member
  • *****
  • Posts: 915
Re: PSP ? Yes, it works ...
« Reply #5 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 ....

davhuit

  • Full Member
  • ***
  • Posts: 173
Re: PSP ? Yes, it works ...
« Reply #4 on: June 08, 2014, 10:57:27 PM »
Mgalaxy lose focus once you close the emulator.

If there a way to avoid that?

Stefan

  • Full Member
  • ***
  • Posts: 143
  • BORN TO PLAY
Re: PSP ? Yes, it works ...
« Reply #3 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
« Last Edit: May 20, 2013, 04:29:59 AM by Stefan »
---------------
Greetings from Austria

Aeliss

  • Hero Member
  • *****
  • Posts: 915
Re: PSP ? Yes, it works ...
« Reply #2 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
« Last Edit: May 14, 2013, 11:17:55 AM by Aeliss »

Stefan

  • Full Member
  • ***
  • Posts: 143
  • BORN TO PLAY
PSP ? Yes, it works ...
« Reply #1 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 ?  ;)
« Last Edit: May 14, 2013, 10:15:41 AM by Stefan »
---------------
Greetings from Austria