Skip to content

Commit ae4c07b

Browse files
committed
fix: emulator path calculation
1 parent 4728ea1 commit ae4c07b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src-tauri/games/src/library.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ use remote::{
99
auth::generate_authorization_header, error::RemoteAccessError, requests::generate_url,
1010
utils::DROP_CLIENT_ASYNC,
1111
};
12-
use reqwest::StatusCode;
1312
use serde::{Deserialize, Serialize};
1413
use std::fs::remove_dir_all;
1514
use std::thread::spawn;

src-tauri/process/src/process_manager.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ impl ProcessManager<'_> {
371371
let emulator_install_dir = match emulator_game_status {
372372
GameDownloadStatus::Installed {
373373
install_type: InstalledGameType::Installed,
374+
install_dir,
374375
..
375376
} => Ok(install_dir),
376377
GameDownloadStatus::Installed {

0 commit comments

Comments
 (0)