Jesse Talavera

Results 334 comments of Jesse Talavera

Which games are you trying to play? Are you certain that they support Italian? If not, they might be falling back to English. What happens if you boot to the...

> Yes, they are italian (game 0201) via standalone melonds. > > How can I boot into the ds menu? I use the emulator / builtin firmware - Install the...

Huh. Interesting. > Also, unloading the built-in firmware leads to a stall and retroarch needs to be brute-closed. On which platforms? If it occurs on Linux, which mic driver are...

I believe you're encountering [this upstream bug](https://github.com/melonDS-emu/melonDS/issues/2057); if that's the case, then I'll close this ticket once [this fix](https://github.com/melonDS-emu/melonDS/pull/2058) is integrated into melonDS DS.

Yes, but the bug I'm referring to was introduced _after_ the most recent stable release (i.e. it's not in the version you cited).

My testing has shown that I've fixed this bug, but I'd like your opinion. Does [this build](https://github.com/JesseTG/melonds-ds/actions/runs/10456214336) work as expected for you?

Yep! 1.1.7 contains the fix for this issue and a few other unrelated ones.

Maybe a migration to [the `Temporal` API](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal) is warranted? I use [this polyfill](https://github.com/fullcalendar/temporal-polyfill) in another project, it's pretty good.

Temporal is an upcoming browser standard. It's largely complete but hasn't yet been integrated into the major browsers (hence the polyfill). The biggest advantages are the immutability of data/time objects,...