Skip to content

Add pico-8 emulator support #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

finger563
Copy link
Contributor

Add PICO-8 emulator support to expand the available game library.


Open Background Agent:

Web · Cursor

Refer to Background Agent docs

Copy link

github-actions bot commented Jul 20, 2025

⚡ Static analysis result ⚡

🔴 cppcheck found 1 issue! Click here to see details.

memset(buffer, 0, frames * 2 * sizeof(int16_t)); // Stereo
return;
}
// Get audio samples from femto8
femto8_get_audio_samples(buffer, frames);

!Line: 246 - warning: Either the condition '!buffer' is redundant or there is possible null pointer dereference: buffer. [nullPointerRedundantCheck]

!Line: 244 - note: Assuming that condition '!buffer' is not redundant
!Line: 246 - note: Null pointer dereference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants