Project

General

Profile

Actions

Emulator Issues #5809

closed

CISO Compressible?

Added by kolano over 11 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
UI
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

CISO images show up with a "Compress ISO" option in the Dolphin UI. Using the option produces a garbage file of ~10Mb (at least in my test case).

CISO images likely should appear the same as GCZ images, though perhaps without the "Decompress ISO" option (presuming it's not supported).

Actions #1

Updated by pauldacheez over 11 years ago

This also occurs for WBFS files.

Actions #2

Updated by rdragoon over 11 years ago

  • Issue type set to Bug
  • Category set to ui

changing http://code.google.com/p/dolphin-emu/source/browse/Source/Core/DolphinWX/Src/GameListCtrl.cpp#924 to
else if (selected_iso->GetFileName().substr(selected_iso->GetFileName().find_last_of(".")) != ".ciso")

should do the trick. Unless we have a better way of detecting ciso files? Alternatively we could detect them in DiscIO::IsCompressed(), and then add a check for ciso files when adding the decompress option.

Actions #3

Updated by delroth over 11 years ago

  • Status changed from New to Accepted
  • Priority set to Normal
Actions #4

Updated by rdragoon over 11 years ago

  • Status changed from Accepted to Fixed

This issue was closed by revision b3714f487468.

Actions

Also available in: Atom PDF