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
82 stars 67 forks source link

Xenoblade Chronicles 60FPS #237

Open homebrewGT opened 2 years ago

homebrewGT commented 2 years ago

I tried to use the Gecko code to make Xenoblade Chronicles 60fps but i haven't had any luck, how to do this?

bslenul commented 2 years ago

This place isn't for support, please use Reddit, Discord or the forums next time ;)

But anyway:

Then launch the game again and it should work :)

Before: 30

After: 60

homebrewGT commented 2 years ago

Unfortunately it didnt work, i have internal cheats enabled and the file in the right place. Should i rename the file to the game's name extension?

bslenul commented 2 years ago

No, the .ini is named after the game ID, so SX4.ini in this case. This is the 60fps code for the US tho, is that the version you're using?

homebrewGT commented 2 years ago

Yes i am using the US version, which is SX4E01.ini, I'm using RetroArch Dolphin core on Xbox Series X, the Twilight Princes Hack worked but this one doesnt seem to work. I'm not sure what is wrong.

EDIT: And i tried enabling other cheats just to test but it seems like it wont recognize any of them..

bslenul commented 2 years ago

Erm, not sure then :/ Works fine on Windows but I don't have an Xbox to test, although I don't think the platform should matter anyway.

homebrewGT commented 2 years ago

Thanks for the help anyway, I know the core is recognizing the cheat file because it fixed the "save screenshot" thing but no luck with any of the Gecko Codes for it.

Sanaki commented 2 years ago

Just tested this and encountered the same issue. The issue he's having is a symptom of something else where the config is somehow resetting and not honoring specific core options properly. As a result, internal cheats just aren't enabled at all. Ended up just outright nuking the Config directory to get it to work, though I'm not even sure that was what finally did it. Some settings reset themselves over and over regardless of what you do. It's like there's another config it's reading somewhere, until some bit of random magic causes that one to update properly.

Unfortunately, this also means per-game configs are effectively broken for any settings that can't change function on the fly after initial core load. I noticed this previously with differing widescreen settings and couldn't pin down what was causing it. Now I know.