mirror of
https://github.com/ptitSeb/box64.git
synced 2025-08-28 09:33:48 +02:00
5 lines
141 B
Text
5 lines
141 B
Text
Thread: thread_state = 1.
|
|
Main thread: thread_state == 1.
|
|
Thread: thread_state = 2.
|
|
Main thread: thread_state == 2.
|
|
Finished with no errors.
|