libretro / dolphin

Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
https://dolphin-emu.org/
GNU General Public License v2.0
85 stars 67 forks source link

European version of the code veronica does not work #105

Open ghost opened 5 years ago

ghost commented 5 years ago

Freezes on the language selection screen

Papermanzero commented 5 years ago

Same for Baten Kaitos and Resident Evil 1

dukeblooders commented 5 years ago

I confirm for the 3 games. Edit : I will add Sonic Adventure 2 Battle, if someone else can confirm that...

Papermanzero commented 4 years ago

Can we rename the issue to compatibility issues

Papermanzero commented 3 years ago

Update: Code Veronica boots now

Baten Kaitos, Resi 1, Sonic Adventure 2 are still open

dukeblooders commented 3 years ago

Hi guys, I found a workaround for RE :

In RetroArch\saves\User\GameSettings folder, create or update the following file :

GBIP08.ini

[Video_Hacks]
XFBToTextureEnable = False
DisableCopyToVRAM = False

# Only if you want fo force 4/3 
[Video_Settings] 
AspectRatio = 2  

For Baten Kaitos and Sonic 2, I think there's something wrong with : CPUThread = false Using true, the games launch, but it's definitively not recommended for Sonic 2 (I don't know for BK but GameSettings files in Sys folder are defined on false).