Jamiras

Results 187 comments of Jamiras

It looks like the same error when you take a screenshot. ``` [ERROR] [OGL] Error in Gl::getTexImage: [ERROR] [OGL] INVALID_OPERATION [INFO ] [UTL] Pixel format is RGB565, converting to 24-bits...

I can reproduce with the rasterizer enabled. Interestingly enough, it only happens when saving the state. After restarting, I can reload the state and continue playing just fine. The [documentation](https://docs.libretro.com/library/desmume/#core-options)...

That did not work. `current` is 0 after calling the function, which indicates there wasn't a 2D texture binding previously. I think you're right though about our state change affecting...

I see two relatively simple solutions for this. The first is to extend the "Non-Hardcore Warning" to also prompt whether or not to allow softcore unlocks. > Enable Hardcore mode?...

The DLL (toolkit) is 100% tied to Windows, so even if we made any changes to RALibretro, it wouldn't eliminate the WinHTTP code in the DLL. There's no way to...

RAIntegration. Anything opened from the "RetroAchievements" menu (and the menu itself) is managed by the DLL.

RAInterface is the stub code that downloads and hooks into the library so the emulator can call into the DLL.

I can't picture how this would work. Things like Game Genie codes only work on some systems and have to be specifically decoded to be applied. RALibretro is an all-in-one...

I have no idea what you're playing around with there. RALibRetro 1.20? we're only on 1.1. I briefly tried loading three very simple DOS games: AlleyCat, King's Quest I, and...

From a recent discord discussion: > DOS has a lot of gotchas. Hashing the right thing is just one. DOS covers ~30 years of functionality piled on top of itself....