inprogress: compat

This commit is contained in:
DecDuck
2025-05-28 09:07:09 +10:00
parent edec443555
commit e9a4fe2105
9 changed files with 108 additions and 23 deletions
-13
View File
@@ -1,13 +0,0 @@
// Since this code isn't being used, we can either:
// 1. Delete the entire file if compatibility features are not planned
// 2. Or add a TODO comment if planning to implement later
// Option 1: Delete the file
// Delete src-tauri/src/process/compat.rs
// Option 2: Add TODO comment
/*
TODO: Compatibility layer for running Windows games on Linux
This module is currently unused but reserved for future implementation
of Windows game compatibility features on Linux.
*/
+1
View File
@@ -1,3 +1,4 @@
pub mod commands;
#[cfg(target_os = "linux")]
pub mod compat;
pub mod process_manager;
@@ -358,7 +358,7 @@ impl ProcessHandler for NativeGameLauncher {
}
}
const UMU_LAUNCHER_EXECUTABLE: &str = "umu-run";
pub const UMU_LAUNCHER_EXECUTABLE: &str = "umu-run";
struct UMULauncher;
impl ProcessHandler for UMULauncher {
fn create_launch_process(