mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 10:15:45 +00:00
android: Fix added driver path
While this didn't break anything, the extra separator was unnecessary
This commit is contained in:
parent
a4bbbed9d5
commit
383f7aa8ed
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class DriverManagerFragment : Fragment() {
|
|||
false
|
||||
) {
|
||||
val driverPath =
|
||||
"${GpuDriverHelper.driverStoragePath}/${FileUtil.getFilename(result)}"
|
||||
"${GpuDriverHelper.driverStoragePath}${FileUtil.getFilename(result)}"
|
||||
val driverFile = File(driverPath)
|
||||
|
||||
// Ignore file exceptions when a user selects an invalid zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue