emukidid / swiss-gc

Swiss - The swiss army knife of GameCube homebrew
GNU General Public License v2.0
1.23k stars 93 forks source link

[Issue]: Game Boy Interface Speedrunning Edition won't start in 640x480p with Swiss v0.6r1420 #779

Open DorDur215 opened 1 year ago

DorDur215 commented 1 year ago

Describe the bug

Since upgrading to Swiss v0.6r1420 Game Boy Interface Speedrunning Edition won't start in 640x480p anymore instead it starts in 704x480p according to GCVideo.

I have set the following settings in the dol.cli file:

--format=custom,offset=0,scaled-size=0:0 --scan-mode=progressive

When I go back to Swiss v0.6r1400 it works as expected again.

Steps to reproduce

Upgrade to Swiss v0.6r1420 and start Game Boy Interface Speedrunning Edition with the following settings:

--format=custom,offset=0,scaled-size=0:0 --scan-mode=progressive

Expected behavior

It should start in 640x480p like it does with Swiss v0.6r1400.

Relevant log output

No response

Add screenshots

No response

Extrems commented 1 year ago

Please use .cli files instead of .dol+cli files. The latter is meant for loaders that aren't Swiss.

DorDur215 commented 1 year ago

I don't really know how to set that up tho. I remember trying but it didn't work.

Extrems commented 1 year ago

You simply create an adjacent .cli file to your .dol file and load the .dol file.

DorDur215 commented 1 year ago

Using .cli files seems to work. Thank you very much for letting me know!