[PR #188] [MERGED] Fix emulator path calculation #188

Closed
opened 2026-06-05 14:25:07 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop-app/pull/188
Author: @DecDuck
Created: 2/25/2026
Status: Merged
Merged: 2/25/2026
Merged by: @DecDuck

Base: developHead: fix-emulator-path


📝 Commits (1)

  • ae4c07b fix: emulator path calculation

📊 Changes

2 files changed (+1 additions, -1 deletions)

View changed files

📝 src-tauri/games/src/library.rs (+0 -1)
📝 src-tauri/process/src/process_manager.rs (+1 -0)

📄 Description

Fixes a typo that makes the emulator executable append to the game install dir, not the emulator install dir.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop-app/pull/188 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 2/25/2026 **Status:** ✅ Merged **Merged:** 2/25/2026 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `fix-emulator-path` --- ### 📝 Commits (1) - [`ae4c07b`](https://github.com/Drop-OSS/drop-app/commit/ae4c07bcb853f0899e35502c695f75490d82a34a) fix: emulator path calculation ### 📊 Changes **2 files changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src-tauri/games/src/library.rs` (+0 -1) 📝 `src-tauri/process/src/process_manager.rs` (+1 -0) </details> ### 📄 Description Fixes a typo that makes the emulator executable append to the **game** install dir, not the **emulator** install dir. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 14:25:07 -04:00
yindo closed this issue 2026-06-05 14:25:07 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-app#188