Skip to content

Commit 8372a8a

Browse files
fix app execution
1 parent 8e0eaa6 commit 8372a8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/cesium.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
; POSSIBILITY OF SUCH DAMAGE.
2828

2929
cesium_name := 'Cesium'
30-
cesium_version := '3.6.6'
30+
cesium_version := '3.6.7'
3131
cesium_copyright := '(C) 2015-2023 MATTHEW WALTZ'
3232

3333
include 'include/macros.inc'

src/execute.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ execute_usb_program:
177177
execute_app:
178178
bit setting_ram_backup,(iy + settings_flag)
179179
call nz,flash_clear_backup
180-
call execute_prepare
181-
call ti.EnableAPD
182180
call ti.ClrHomescreenHook
183181
call util_setup_shortcuts
182+
call execute_prepare
183+
call ti.EnableAPD
184184
res ti.useTokensInString,(iy + ti.clockFlags)
185185
res ti.onInterrupt,(iy + ti.onFlags)
186186
set ti.graphDraw,(iy + ti.graphFlags)

0 commit comments

Comments
 (0)