mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-06-17 04:16:48 -07:00
engine: add TODO to replace a flag
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define BALLISTIC_BAL_ENGINE_FLAGS_H
|
||||
|
||||
/// The engine is currently executing guest code.
|
||||
/// TODO: This flag does nothing. Find a suitable flag to replace this.
|
||||
#define BAL_ENGINE_FLAG_RUNNING (1U << 0)
|
||||
|
||||
/// Forces the engine to return to the host after executing a single instruction.
|
||||
|
||||
Reference in New Issue
Block a user