-
Posts
476 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by DonellHD
-
so just type -f in the default line parameter?
- 11 replies
-
- full screen
- psxfin
-
(and 1 more)
Tagged with:
-
OK I Think I Found IT! but how do i insert this? i tried this below and it didnt work and said something about cd not usable.... i know im wrong but i added .exe ant the end of where u put desmume because i thought thats what i was supposed to do.
- 11 replies
-
- full screen
- psxfin
-
(and 1 more)
Tagged with:
-
It does use alt + enter!!! ahk section? where is that located? and since the exe is called PSXFIN.exe i would just WinWaitActive, Psxfin.exe Send !{Enter} ?
- 11 replies
-
- full screen
- psxfin
-
(and 1 more)
Tagged with:
-
Everytime I start My psxfin emulator, i cant get it to load up into full screen when running in launchbox. There are no options in the emulator itself to start full screen either. could someone help me tackle this small issue? Is there an option in the launchbox frontend to start PSXFIN in full screen?
- 11 replies
-
- full screen
- psxfin
-
(and 1 more)
Tagged with:
-
I Selected play music in BB but i cant turn off the sound from the game videos in BB so it sounds like a bunch of gargled mess...I just wanted to play the music while im browsing through the platforms. then when the game starts, the audio from the emulator would fade out until i returned to BB. how do i do that?
-
in the autohotkey script section of PPSSPP, ive been trying to create a script that will alternate Alt+F4 (Which Is Escape) to the actual escape button. ive come up with these but no luck still.. can anyone help? Ive Tried: Escape::Send {Alt F4} ESC::Send {Alt F4} Send {Alt F4}::ESCAPE Send {Alt F4}::ESC The reason im using this is because im using an actual arcade cabinet with no keyboard. i have made an esc button go to one of my microswitches. if this script works, hopefully i can map it to all my emulators which require alt+F4 to escape the emulator.
-
I had to change the image quality and change some transitions because my FE ran laggy. Now it runs great since. Sent from my SM-J320P using Tapatalk
-
Loving this BIGBOX BTW!!!! Sent from my SM-J320P using Tapatalk
-
Hope I don't have a problem with that one when I import it into LB. But at the same Time, I don't mount those isos Sent from my SM-J320P using Tapatalk
-
Right!!! Cuz my dolphin runs like a freaking champ!!!! Sent from my SM-J320P using Tapatalk
-
Need a AHK script my *** [emoji4][emoji4] Sent from my SM-J320P using Tapatalk
-
I thought my video card GTX 650 would make mednafen work great...wrong... Sent from my SM-J320P using Tapatalk
-
Must be the GHz. I got a AMD athlon II x2 245 2.90 ghz Sent from my SM-J320P using Tapatalk
-
U must be in the I7 club[emoji23][emoji23][emoji23] Sent from my SM-J320P using Tapatalk
-
SSF Fo' Life Baby!!!!! LOL!!!
-
That Worked. WOW. Dude I Appreciate u sticking with Me through out this post buddy....(AND U RANKED UP!!) all smiles over here!!!!
-
what if we have it set to mount like it already is, tell it to unmount, then mount the rom in the description? maybe that'tl work?
-
so like this? @echo off set game=%1% set game="D:\Roms\Sega Saturn\Roms\Alien Trilogy (USA).Bin" set daemon="C:\Program Files\Daemon Tools Ultra\DTultra.exe" set emu="D:\Emulators\SSF_011_alpha_R5\SSF.exe" %daemon% -mount F, %game% start /wait "" %emu% %daemon% -unmount F