Jamiras

Results 187 comments of Jamiras

The API inputs are console ID, game title, and MD5. The response is the game ID. The association to an existing game ID is purely reliant on the title matching:...

And you can see the replacing of "/" with "-" here: https://github.com/RetroAchievements/RAWeb/blob/1881a9be7aaa2df503f35282fd8e0c3364998b80/lib/database/game.php#L1102

RA memory addresses usually do not correspond to actual system addresses. With the exception of systems where the entire memory is mapped (NES/GB), it's usually system memory followed by cartridge...

RAIntegration doesn't process any input keys, so it's unlikely to be the cause. The more likely explanation is that the "Paused" dialog is taking focus from the window, and the...

Looks like the request for a fixed-width font didn't return a fixed width font. WINE support is very low on my list of priorities. Don't expect a resolution any time...

It does pad the address - to 4 character if the total memory

How recently is "recently"? This is the only related non-whitespace change in the last four years (three days ago): https://github.com/RetroAchievements/RAIntegration/commit/85949b45ba9365d74a51dcd68169ae07b5fa996d#diff-0312105b0da4a96ba5fec93bef1a22c6R809 @SyrianBallaS - could this change have affected him? It still...

I had no issues getting the windows to appear, but they never appeared where they were supposed to. This is because `RA_Init()` is being called with a HWND of NULL,...

Do other icons appear? i.e. the game icon or achievement icons? Perhaps the file for the user icon in the cache is corrupt: RACache\UserPic\XXX.png

This appears to be a limitation of the way the DLL is integrating with the emulator, and the way windows handles tabbing between fields. In order to process a TAB...