Michael Ehrenreich
|
9387603fcf
|
Improve error handling in DiscIO::CompressFileToBlob and DecompressBlobToFile
|
2015-03-17 09:01:26 +01:00 |
Unknown W. Brackets
|
df5857b5af
|
DiscIO: On decompress to file, write last blocks.
|
2015-02-12 20:30:11 -08:00 |
Lioncash
|
f14f0caea6
|
DiscIO: Remove some explicit deletes
|
2014-12-04 11:39:20 -05:00 |
Unknown W. Brackets
|
815b7bec96
|
DiscIO: Change a memset() to zero initialization.
|
2014-11-27 11:12:17 -08:00 |
Unknown W. Brackets
|
f54bf81520
|
DiscIO: Avoid zeroing buffer when compressing gcz.
This saves 6% time.
|
2014-11-27 08:58:09 -08:00 |
Unknown W. Brackets
|
2635e7d9ea
|
DiscIO: Decompress to file using a larger buffer.
This improves performance by around 20% for me, and the memory use impact
is negligible considering Dolphin is otherwise unusable.
|
2014-11-27 08:34:44 -08:00 |
Unknown W. Brackets
|
f2f83a0c60
|
DolphinWX: Allow cancelling gcz compression.
|
2014-11-27 07:53:28 -08:00 |
Rohit Nirmal
|
fbc64984ca
|
Include CommonTypes.h instead of Common.h.
|
2014-09-08 15:39:58 -04:00 |
Lioncash
|
1977ea42ae
|
DiscIO: Prefix class member variables with "m_"
|
2014-09-01 15:48:02 -04:00 |
Lioncash
|
ce54c1e571
|
Kill off replaceable usages of s[n]printf.
|
2014-06-18 19:53:38 -04:00 |
Lioncash
|
49b0eef393
|
Remove the min/max functions in CommonFuncs.
The algorithm header has the same functions.
|
2014-05-29 21:44:41 -04:00 |
Lioncash
|
a82675b7d5
|
Kill off some usages of c_str.
Also changes some function params, but this is ok.
Some simplifications were also able to be made (ie. killing off strcmps with ==, etc).
|
2014-03-14 13:51:23 -04:00 |
Tillmann Karras
|
d802d39281
|
clang-modernize -use-nullptr
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
|
2014-03-09 21:14:26 +01:00 |
Pierre Bourdon
|
c698c07755
|
Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detected by this change).
|
2014-02-22 23:37:29 +01:00 |
Pierre Bourdon
|
8ea8da6ebc
|
Fix more header sorting issues in DiscIO/ (now check-includes clean).
|
2014-02-20 01:01:10 +01:00 |
Lioncash
|
2afe215271
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
Tillmann Karras
|
404624bf0b
|
Turn loops into range-based form
and some things suggested by cppcheck and compiler warnings.
|
2014-02-13 09:05:50 +01:00 |
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |