RetroPie / RetroPie-Setup

Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
Other
10k stars 1.38k forks source link

Add multi disc functionality by default #3886

Closed retropieuser closed 4 months ago

retropieuser commented 4 months ago

Mentioned here (https://retropie.org.uk/forum/topic/35203/dolphin-gamecube-wiiware-wii-compatibility-on-pi-5/45?_=1710677064715), am I right in thinking the path will be set as /home/ username /RetroPie/roms/gc ?

cmitu commented 4 months ago

Looks ok. A couple of notes/questions:

retropieuser commented 4 months ago

Ah you're right, need to add m3u to platforms.cfg, let me just figure out how to add that to this pull request, rather than making a new one.

With the Wii, it would make sense, except I don't think any multi disc games existed on the Wii (I don't remember it being a thing on the platform back in the day). I had a google and couldn't find any examples of games that needed two Wii discs

cmitu commented 4 months ago

Ah you're right, need to add m3u to platforms.cfg, let me just figure out how to add that to this pull request, rather than making a new one.

I'd prefer to have it separate.

With the Wii, it would make sense, except I don't think any multi disc games existed on the Wii (I don't remember it being a thing on the platform back in the day). I had a google and couldn't find any examples of games that needed two Wii discs

I think they weren't so frequent they could be only a handful that needed a disc change (some of them had additional content which was not directly related to gameplay). Let's just add it for good measure.

cmitu commented 4 months ago

With this way, we can configure all parameters of the emulator and configure the gamepad easily. Thanks.

This is not a forum, please don't use it as such.

retropieuser commented 4 months ago

Ah you're right, need to add m3u to platforms.cfg, let me just figure out how to add that to this pull request, rather than making a new one.

I'd prefer to have it separate.

With the Wii, it would make sense, except I don't think any multi disc games existed on the Wii (I don't remember it being a thing on the platform back in the day). I had a google and couldn't find any examples of games that needed two Wii discs

I think they weren't so frequent they could be only a handful that needed a disc change (some of them had additional content which was not directly related to gameplay). Let's just add it for good measure.

Perfect, I created a separate pull request for platforms

Makes sense, have added the Wii path for good measure, there's probably is some obscure game on the console that was 2 discs

cmitu commented 4 months ago

@retropieuser thank you for the changes.