Added support for gzipped roms. save states and srm files are also automatically compressed. For the moment, this is only available in the linux version, and you must enable it by defining __GZIP__
This commit is contained in:
@@ -566,6 +566,9 @@ GetNormalEntries2:
|
||||
GUIGetEntry2 GUIsfcfind
|
||||
GUIGetEntry2 GUIswcfind
|
||||
GUIGetEntry2 GUIfigfind
|
||||
%ifdef __GZIP__
|
||||
GUIGetEntry2 GUIfindGZIP
|
||||
%endif
|
||||
GUIGetEntry2 GUIfind058
|
||||
GUIGetEntry2 GUIfind078
|
||||
GUIGetEntry2 GUIfindUSA
|
||||
@@ -589,6 +592,9 @@ GetNormalEntries:
|
||||
GUIGetEntry GUIsfcfind
|
||||
GUIGetEntry GUIswcfind
|
||||
GUIGetEntry GUIfigfind
|
||||
%ifdef __GZIP__
|
||||
GUIGetEntry GUIfindGZIP
|
||||
%endif
|
||||
GUIGetEntry GUIfind058
|
||||
GUIGetEntry GUIfind078
|
||||
GUIGetEntry GUIfindUSA
|
||||
@@ -750,6 +756,9 @@ GetLoadLfn:
|
||||
GUIGetEntryLFN GUIsfcfind
|
||||
GUIGetEntryLFN GUIswcfind
|
||||
GUIGetEntryLFN GUIfigfind
|
||||
%ifdef __GZIP__
|
||||
GUIGetEntryLFN GUIfindGZIP
|
||||
%endif
|
||||
GUIGetEntryLFN GUIfind058
|
||||
GUIGetEntryLFN GUIfind078
|
||||
GUIGetEntryLFN GUIfindUSA
|
||||
|
||||
Reference in New Issue
Block a user