mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-10 13:40:21 -05:00
stopwatch opt (#2578)
* stopwatch opt * comments * format * fxi ms display when user tune display level
This commit is contained in:
parent
4ecc9d04fe
commit
0ce6ea8318
6 changed files with 283 additions and 22 deletions
5
firmware/application/external/external.cmake
vendored
5
firmware/application/external/external.cmake
vendored
|
|
@ -191,6 +191,10 @@ set(EXTCPPSRC
|
|||
#doom
|
||||
external/doom/main.cpp
|
||||
external/doom/ui_doom.cpp
|
||||
|
||||
#screening
|
||||
# external/screening/main.cpp
|
||||
# external/screening/ui_screening.cpp
|
||||
)
|
||||
|
||||
set(EXTAPPLIST
|
||||
|
|
@ -240,4 +244,5 @@ set(EXTAPPLIST
|
|||
stopwatch
|
||||
breakout
|
||||
doom
|
||||
# screening
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue