Actions
Emulator Issues #115
closedGZ file support patch
% Done:
0%
Operating system:
N/A
Issue type:
Other
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
This is a patch to allow loading of GZ zipped files.
Warning though, it's extremely slow and shouldn't be used in normal day use.
A faster format of compression should be used instead of GZ, right now it
is only Linux only, I don't want to mess with Win32 API since it blows.
Mind the foul language in the variable names, I was angry at it.
This is a loose hack and should only be for testing purposes, it needs to
be cleaned up a lot.
This allows someone to easily add additional ISO file support.
Updated by hrydgard about 16 years ago
- Status changed from New to Questionable
My "Blob" compressed iso support is better, I guess I should work on re-enabling that :P
Updated by Sonicadvance1 about 16 years ago
- Status changed from Questionable to Fixed
This is now not needed since compressed ISOs are working again.
Updated by Sonicadvance1 about 16 years ago
This is now not needed since compressed ISOs are working again.
Actions