esp-box-emu icon indicating copy to clipboard operation
esp-box-emu copied to clipboard

Add pico-8 emulator support

Open finger563 opened this issue 4 months ago • 1 comments

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


Open Background Agent:

Web · Cursor

Refer to Background Agent docs

finger563 avatar Jul 20 '25 21:07 finger563

:zap: Static analysis result :zap:

:red_circle: cppcheck found 1 issue! Click here to see details.

https://github.com/esp-cpp/esp-box-emu/blob/6f2b4b60770fee093e804cb93d45c8ddf56d9ace/components/pico8/src/pico8.cpp#L246-L251

!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

github-actions[bot] avatar Jul 20 '25 21:07 github-actions[bot]