This commit is contained in:
2026-02-03 03:08:13 +01:00
parent 5c805c60d7
commit a07a87a35f
6 changed files with 129 additions and 95 deletions

View File

@@ -554,6 +554,10 @@ fn load_icon() -> egui::IconData {
}
fn main() -> eframe::Result<()> {
// Lock memory BEFORE any threads are spawned to prevent page faults in RT context
#[cfg(unix)]
cagire::engine::realtime::lock_memory();
let args = Args::parse();
let options = NativeOptions {