Ronny Chan

Results 45 issues of Ronny Chan

### Pull Request Overview This pull request fixes #72 by refactoring decoder functions to expose a zero-cost raw decoder API. The existing public API has been refactored to use the...

I maintain a [Rust implementation](https://github.com/SnowflakePowered/chd-rs) of MAME's [Compressed Hunks of Data](https://github.com/mamedev/mame/blob/master/src/lib/util/chd.h) format, which is essentially chunks of data compressed using various compression algorithms, LZMA included. One of the quirks of...

enhancement

This commit https://github.com/mellinoe/ImGui.NET/commit/ae3ecd014e416a864cc49ec361ad8f903e22656d adding Apple Silicon support changes the publish TFMs from `netstandard2.0` to `net6.0`. This blocks consumers on any TFM earlier than net6.0 from updates to ImGui. Please consider...

Moved from #1196

bug

#### What's changed? * Fixes folder paths not being properly saved on akmenu (paths on akmenu need trailing slash, but saves without trailing slash) * Moves AP check, compat check,...

#### What's changed? _Tell us what you've changed._ #### Where have you tested it? _Tell us where have you tested it._ *** #### Pull Request status - [ ] This...

https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.md https://andrewlock.net/creating-a-source-generator-part-1-creating-an-incremental-source-generator/ If we can implement this at a property-level scope, we should endeavour to extract an API out so that orchestration plugins can use them and generate config.

enhancement
low priority

## Ingame Pipe ABI ## Todo - [ ] Graphics Renderers - [x] OpenGL Renderer - [ ] Vulkan Renderer - [x] DirectX 11 Renderer - [ ] DirectX 12...

in progress

Similar to how the Steam overlay works, I want to be able to overlay a browser instance over the emulators Snowflake launches. However, I'm not familiar with hooking code, let...

enhancement
help wanted
Snowflake-UI
devel

Helpful links: - https://archive.is/ASdPI - https://github.com/dolphin-emu/dolphin/blob/4733bbd8f38c0583aed0fd2faa2c9d577456bcfe/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp - xinput list Dolphin provides a single XInput2//Virtual core pointer device as a single KeyboardMouse pointer.