mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-13 14:24:46 +10:00
cc1020a004
* Delete pages/settings/compatibility.vue * Update settings.vue * Update debug.vue * Update lib.rs * Update compat.rs
14 lines
472 B
Rust
14 lines
472 B
Rust
// 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.
|
|
*/
|