• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Hardware v
1 2 3 4 5 188 Next »

Steam Deck Thread
View New Posts | View Today's Posts

Pages (6): « Previous 1 2 3 4 5 6 Next »
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Steam Deck Thread
05-11-2022, 07:28 PM (This post was last modified: 05-11-2022, 07:31 PM by chrisis123.)
#11
chrisis123 Offline
Junior Member
**
Posts: 23
Threads: 2
Joined: May 2020
(05-11-2022, 05:47 PM)MayImilae Wrote: If you want to make it easier, you can set up profiles in Dolphin for the Wii games, and bind those to hotkeys. Then you can bind a Menu (of whichever type you prefer) to the left trackpad with all of those hotkeys. So any time you swap games, just touch the left trackpad and you're done~

Coming from the Steam Controller I can say with confidence that you should never underestimate the usefulness of that left trackpad!

I never had a Steam Controller and I'm still slightly overwhelmed with the various controller options Smile But I'm mostly playing Gamecube games on the go/in bed anyway and for these the controls usually are perfectly fine...
Find
Reply
05-11-2022, 11:52 PM
#12
AdmiralCurtiss Offline
Member
***
Posts: 120
Threads: 0
Joined: Feb 2015
(05-11-2022, 05:49 PM)MayImilae Wrote: Emudeck makes it hard to tell exactly what versions it uses for things, but it has Retroarch all over its page. Can you provide some evidence that it isn't using Retroarch?

https://github.com/dragoonDorise/EmuDeck/blob/main/install.sh#L741-L749

Seems it is indeed using flatpak, but I agree they're not very clear about that on their homepage.

Regarding the framepacing issues someone mentioned in another thread, I'm guessing it's because they default-enable Immediate XFB:
https://github.com/dragoonDorise/EmuDeck/blob/main/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GFX.ini#L15
Find
Reply
05-11-2022, 11:58 PM
#13
AdmiralCurtiss Offline
Member
***
Posts: 120
Threads: 0
Joined: Feb 2015
They also ship with pre-configured analytics. =/ At least they removed their analytics ID a few weeks ago?
https://github.com/dragoonDorise/EmuDeck/commit/6f0a4a4d2d780e6c0ad216e140f7077ab4329181
Find
Reply
05-12-2022, 12:09 AM
#14
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,505
Threads: 55
Joined: Dec 2011
(05-11-2022, 05:17 PM)chrisis123 Wrote: one thing I wish was available on Dolphin (in general, not only on the Deck) would be a per-game control scheme set up, as it's a bit of a pain switching control schemes for each game (for Gamecube it's mostly not necessary, but for Wii games, especially motion emulation is a bit of a pain to set up...)

Dolphin supports this already. Take a look here: https://wiki.dolphin-emu.org/index.php?title=GameINI_(Controller_Settings)

You'd have to setup a specific controller profile first, then point to that in the INI file for that game.

Also keep in mind that Dolphin supports swapping controller profiles via hotkeys, so if you only have a couple of profiles, you can quickly switch between them.

To be fair, I haven't used either of these features, so I don't know exactly how they work, so if I'm off base, someone will kindly correct me Smile
Website Find
Reply
05-12-2022, 12:10 AM
#15
jacke9708 Offline
Junior Member
**
Posts: 7
Threads: 2
Joined: May 2022
(05-11-2022, 03:43 PM)MayImilae Wrote: You should install Dolphin through the Discover app in desktop mode. Dolphin supports Linux natively, you don't need proton!

the emudeck seem to use the discover dolphin app as it says it is already installed, thats the one thats stuttering.
Find
Reply
05-12-2022, 01:48 AM
#16
jacke9708 Offline
Junior Member
**
Posts: 7
Threads: 2
Joined: May 2022
(05-11-2022, 11:52 PM)AdmiralCurtiss Wrote: https://github.com/dragoonDorise/EmuDeck/blob/main/install.sh#L741-L749

Seems it is indeed using flatpak, but I agree they're not very clear about that on their homepage.

Regarding the framepacing issues someone mentioned in another thread, I'm guessing it's because they default-enable Immediate XFB:
https://github.com/dragoonDorise/EmuDeck/blob/main/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GFX.ini#L15

thanks for the tip with [color=#000000]Immediate XFB, sadly it stilll seems i'm getting those weird syutters every 10-20 seconds.[/color]
Find
Reply
05-12-2022, 02:03 AM
#17
chrisis123 Offline
Junior Member
**
Posts: 23
Threads: 2
Joined: May 2020
(05-12-2022, 12:09 AM)Shonumi Wrote: Dolphin supports this already. Take a look here: https://wiki.dolphin-emu.org/index.php?title=GameINI_(Controller_Settings)

You'd have to setup a specific controller profile first, then point to that in the INI file for that game.

Also keep in mind that Dolphin supports swapping controller profiles via hotkeys, so if you only have a couple of profiles, you can quickly switch between them.

To be fair, I haven't used either of these features, so I don't know exactly how they work, so if I'm off base, someone will kindly correct me Smile

Ah thanks well looks a bit complicated to set up but I might try it when I have time, good to know that it exists nonetheless Smile
Find
Reply
05-12-2022, 03:55 PM
#18
Leseratte10 Offline
Wiimmfi-Team
***
Posts: 55
Threads: 10
Joined: Apr 2019
(05-11-2022, 11:58 PM)AdmiralCurtiss Wrote: They also ship with pre-configured analytics. =/ At least they removed their analytics ID a few weeks ago?
https://github.com/dragoonDorise/EmuDeck/commit/6f0a4a4d2d780e6c0ad216e140f7077ab4329181

Yeah, I suggested they remove this analytics ID as well when they removed the hard-coded MAC address (because I did not want every SteamDeck user to connect to Wiimmfi with the same MAC address. Was part of my PR ( https://github.com/dragoonDorise/EmuDeck/pull/54 ) which would have removed the "PermissionAsked" thing, too, but they decided to not merge that PR and instead just removed the ID and MAC. 

(05-12-2022, 12:09 AM)Shonumi Wrote: Dolphin supports this already. Take a look here: https://wiki.dolphin-emu.org/index.php?title=GameINI_(Controller_Settings)

You'd have to setup a specific controller profile first, then point to that in the INI file for that game.
...
To be fair, I haven't used either of these features, so I don't know exactly how they work, so if I'm off base, someone will kindly correct me Smile

That's exactly how I've set it up on my Steam Deck, and it's working great. Made three controller profiles in Dolphin (one for Classic Controller, one for sideways Wiimote, one for Wiimote + Nunchuk), and then added GameINI files for all of my games that each specify one controller config.
Find
Reply
05-18-2022, 03:59 PM (This post was last modified: 05-18-2022, 04:02 PM by chrisis123.)
#19
chrisis123 Offline
Junior Member
**
Posts: 23
Threads: 2
Joined: May 2020
While this is not explicitely concerning the Steam Deck (it's more of a general Linux question) I assume most people like me are using the Flatpak version of Dolphin for the first time on Steam Deck (previously on Linux I always just compiled the latest git version myself).
Since the new Dolphin progress report has been posted recently and the beta was released for other platforms I was wondering how long it usually takes for the latest beta to be available from Flathub? Honestly my knowledge on how the flatpak format/flathub.org works is quite limited Smile

Currently flathub.org still has 5.0-16101 on there, even though 5.0-16380 is the latest beta version.
Find
Reply
05-18-2022, 04:04 PM
#20
MayImilae Offline
Chronically Distracted
**********
Administrators
Posts: 4,598
Threads: 119
Joined: Mar 2011
I honestly don't know how long it takes. I wasn't paying attention the last time the flatpak was updated. ┐(´-`)┌
[Image: RPvlSEt.png]
AMD Threadripper Pro 5975WX PBO+200 | Asrock WRX80 Creator | NVIDIA GeForce RTX 4090 FE | 64GB DDR4-3600 Octo-Channel | Windows 11 22H2
MacBook Pro 14in | M1 Max (32 GPU Cores) | 64GB LPDDR5 6400 | macOS 12
Find
Reply
« Next Oldest | Next Newest »
Pages (6): « Previous 1 2 3 4 5 6 Next »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode