Skip to content

Commit

Permalink
prio and core change
Browse files Browse the repository at this point in the history
  • Loading branch information
xzn committed Feb 9, 2024
1 parent 459671d commit 22f8e1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/nwm_rs/src/entries/thread_main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -629,15 +629,15 @@ mod loop_main {
Some(crate::entries::thread_nwm::thread_nwm),
0,
s.nwm,
0x8,
2,
0xc,
-2,
)?);

let _screen = JoinThread::create(CreateThread::create(
Some(crate::entries::thread_screen::thread_screen),
0,
s.screen,
0x8,
0xc,
2,
)?);

Expand Down

0 comments on commit 22f8e1f

Please sign in to comment.