Again
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user