Skip to content

Commit

Permalink
fix app execution
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Nov 13, 2023
1 parent 8e0eaa6 commit 8372a8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cesium.asm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
; POSSIBILITY OF SUCH DAMAGE.

cesium_name := 'Cesium'
cesium_version := '3.6.6'
cesium_version := '3.6.7'
cesium_copyright := '(C) 2015-2023 MATTHEW WALTZ'

include 'include/macros.inc'
Expand Down
4 changes: 2 additions & 2 deletions src/execute.asm
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ execute_usb_program:
execute_app:
bit setting_ram_backup,(iy + settings_flag)
call nz,flash_clear_backup
call execute_prepare
call ti.EnableAPD
call ti.ClrHomescreenHook
call util_setup_shortcuts
call execute_prepare
call ti.EnableAPD
res ti.useTokensInString,(iy + ti.clockFlags)
res ti.onInterrupt,(iy + ti.onFlags)
set ti.graphDraw,(iy + ti.graphFlags)
Expand Down

0 comments on commit 8372a8a

Please sign in to comment.