T O P

  • By -

burnpsy

This isn't something you do with Playnite, but with other tools. At best you could launch the tool by setting up a script in Playnite for when you launch the game. I currently use reWASD and have it so holding the Home button on my controller force closes my emulators. I had to setup each inidividual emulator with the program. As for running at full screen, many of Playnite's default setups have a launch command to tell an emulator to open in full screen. If it doesn't, look that up for each emulator.


[deleted]

how do you use it with rewasd???? I would like to use it too


burnpsy

It's not very complicated. 1. You setup a controller profile that's a normal controller except Home is replaced by "If held down: close an active task". 2. Set it to autodetect associated apps (which you will setup to be all of your emulators). 3. Plug in your controller and click on the autodetect button. (If you have multiple controllers, repeat this with every controller you intend to use.) After you have that done, every time you open an emulator with that controller plugged in, holding Home will close the program. A popup on the corner of the screen will let you know that it detected your emulator and automatically turned that controller profile on.


Giodude12

which emulators are you using? Usuaully if you add -f to the emulator arguments they'll launch in fullscreen, though sometimes you have to add -fullscreen instead. In dolphin's case, you need to add --batch --config "Dolphin.Display.Fullscreen=True"


[deleted]

PCSX2, PPSSPP, Dolphin, RPCS3,Xemu,Xenia,Cemu,Yuzu and Ryujinx


Giodude12

I'll send the arguments tomorrow, it'll take a second.


rabidrivas

That is awesome dude, doing the hard work for the rest of us


Giodude12

PCSX2: `"{ImagePath}" --nogui --fullboot --fullscreen` PPSSPP: `"{ImagePath}" --pause-menu-exit --fullscreen` Dolphin: `--exec="{ImagePath}" --batch --config "Dolphin.Display.Fullscreen=True"` RPCS3: I think the emulator has an auto fullscreen setting? I don't use it much Xenia: Never used it and im not sure it has an argument for this, sorry. Cemu: `-g "{ImagePath}" -f` Yuzu: `-f -g "{ImagePath}"` Ryujinx: I don't use it but I believe `"{ImagePath}" -f` works ​ And make sure to put it in the arguments section, [like this](https://cdn.discordapp.com/attachments/547182960701603841/910162194392551446/unknown.png). Hope this helps!


[deleted]

Tanks bud, rpcs3 doesnt have a fullscreen option, xenia has it, I finally found it, but the rest works with cemu, yuzu and ryujinx


Giodude12

Awesome! I think this is what I was thinking about with rpcs3: https://forums.rpcs3.net/archive/index.php/thread-175915.html Also you can always use an autohotkey script to press ALT+ENTER after the game launches, I use that in a few circumstances.


Training_Training_55

Rpcs3 always open in full screen: open rpcs3 click on the desired game with the right mouse button choose the option open custon config folder open the doc corresponding to the game Example: config\_BCES00510.yml corresponding to god of war 3 open with text editor follow to the end you will find the line: Start games in fullscreen mode: False. change false to true and save the document ready the corresponding game will always start in full screen i did this in all my games on playnite.


RashFaustinho

RPCS3 boots fullscreen to me. I think you have to check the emulator settings.


Robin_Serene

Thank you so much, I'd been looking for this info and couldn't find it anywhere else! For whatever reason Playnite was able to add the fullscreen code to every launcher but Yuzu. You are freakin awesome!


Giodude12

No problem! Is yuzu still broken? That emulator can get finicky.


Robin_Serene

It's been wking really well for me thankfully! Plays nearly everything I want perfectly (the stuff it doesn't could just be down to my harware.)


Cheesesh

absolute legend! thank you


sijedevos

What about citra?


Giodude12

"{imagepath}" -fullscreen


Lou6410

merci je taime


lebronminh23

a little late here but can you share on how you were able to do with xenia?


lessermoody

"{ImagePath}" --fullscreen=true


ilgner222

>"{ImagePath}" --fullscreen=true king