esp-box-emu
esp-box-emu copied to clipboard
Add pico-8 emulator support
Add PICO-8 emulator support to expand the available game library.
Open Background Agent:
Refer to Background Agent docs
: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