Jamiras

Results 187 comments of Jamiras

If you're looking for a single exact null terminated string, you can use the length parameter to include the null terminator in the logic: https://github.com/Jamiras/RATools/wiki/Accessing-Memory#examples-1 ``` ascii_string_equals(address, "test1", 6) //...

The outer `tally(2, ` seems to indicate that you do want it to be bounded. You just need to restructure your outer tally to have the list of added and...

This is most likely due to https://github.com/RetroAchievements/RAIntegration/pull/943, which has been fixed, but not released. I was unable to reproduce on either the latest version (containing the fix) or the official...

[Controller mapping](https://docs.libretro.com/library/mupen64plus/#joypad-and-analog-device-type-table) and [core settings](https://docs.libretro.com/library/mupen64plus/#core-options) are functions of the cores, and there's nothing we can really do in RAlibretro to change them. Controllers 3 and 4 are not present because...

See also #15056 and #11431

> The only thing I think we should consider is whether or not there are any privacy concerns with this, as currently on the website the data is not publicly...

There's nothing I can do about that. This is not an RALibretro bug. The fact that the addresses are showing up in the list indicate that the rcheevos changes are...

#365 fixes the rendering issue, but we still need to define the memory map and hashing algorithm. Also, the core seems to be exposing [one big chunk of internal memory](https://github.com/libretro/dolphin/blob/master/Source/Core/Core/HW/Memmap.cpp#L277-L281),...

With #419, if the core reports a missing BIOS, that information should be displayed for the user. In the case of Beetle PSX, it already generates a giant message through...