Jae B
Jae B
It looks like its possible to have C-callbacks / delegates. It just requires you wrap it in this. If I need to take my Steamworks implementation further in the future,...
### Zig Version 0.13.0-dev.267+793f820b3 ### Steps to Reproduce and Observed Behavior 1. Clone down this repo: https://github.com/silbinarywolf/Zig-PSP/tree/repro/mipsel-psp-sdk-llvm-bug 2. Run `zig build` 3. Exits with error code in release builds with...
## Description I've been experimenting with getting my app running on the Wii via the DevkitPro toolchain, and I've gotten various things working using the standard library which includes reading/writing...
**SDL2 version:** 2.30.5 **MacOS**: Sonoma 14.6 **How to reproduce** - Have a Mac laptop open with external display connected - Run application - `SDL_GetNumVideoDisplays` will report two displays - Close...
**Carbon Version:** v2.0.142.0 **Link to mod using this hooks Github:** https://github.com/WheteThunger/PowerlessElectronics/blob/master The issue seems to stem from Carbon missing the `IOEntity ioEntity` parameter from it's compatibility layer. **Carbon Function signature**...
**SDL:** 3.2.10 **The problem** I have logic in my Zig application where I create a tray with `SDL_CreateTray` and then destroy it with `SDL_DestroyTray` on start-up to detect if the...
Fixes #2609
**Wasm file** [tsgo.zip](https://github.com/user-attachments/files/20538254/tsgo.zip) **Building above Wasm file yourself** - Get Golang (`go version go1.24.3 windows/amd64`) - Get TypeScript-Go source code: https://github.com/microsoft/typescript-go - Run this from `cmd/tsgo` (ie. https://github.com/microsoft/typescript-go/tree/acba54037b336071b79cd11348318d16f15f87e7/cmd/tsgo) ``` GOOS=wasip1...