Clownacy

Results 35 issues of Clownacy

[The documentation of Dear ImGui's FreeType support](https://github.com/ocornut/imgui/tree/master/misc/freetype) mentions that FreeType outputs in linear space rather than gamma space. What I find strange is that the docs suggest that users should...

font/text
color spaces

MSVC-linked PE files come with a neat header that tells you some novel information like what version of MSVC it was compiled with, and how many C or C++ object...

enhancement

Hi, I just wanted to bring your attention to [this issue](https://github.com/libretro/mupen64plus-libretro-nx/issues/180). The dev claims it is an upstream bug, but I can't find any open or closed issues in this...

game specific
new dynarec

This seems to be a slightly different version of #2915, except instead of being an issue with building SDL, it's an issue with building software that uses SDL. `SDL_syswm.h` includes...

So I've been working on my own set of graph-based LZSS compressors, and recently added support for Chameleon - the compression used by Kid Chameleon and Sonic 2 Nick Arcade...

enhancement
blocked

I've ported a couple of shaders from RetroArch - particularly the crt-pi and crt-lottes-fast ones. Unlike other shaders such as crt-royale, these shaders are single-pass, allowing them to work within...

[As explained here](https://sonicresearch.org/community/index.php?threads/clownmdemu-the-greatest-mega-drive-emulator-ever-someday.6571/page-3#post-89810), Echo the Dolphin and its sequel both have distorted sound effects. These games might be using SSG-EG or LFO, which are both currently unemulated. [A video showing...

The CPU interpreters currently do not support delays of any form. However, I know of many that occur on real Mega Drives: - [ ] [Work RAM delays](https://gendev.spritesmind.net/forum/viewtopic.php?t=2323) - [...

The Window Plane was implemented in a really hacky way that isn't even correct: when drawn on the same line as Plane A, Plane A will appear behind the Window...

I live every day of my life in fear of implementing the H/V counter. Fortunately, there are some good test ROMS for it here: https://sonicresearch.org/community/index.php?threads/clownmdemu-the-greatest-mega-drive-emulator-ever-someday.6571/page-3#post-89616