dolphin-emulator/Source/Core
JosJuice a7e11db4bf DolphinWX: Remove usage of IsCompressed() in compression code
What we actually care about is whether it's a GCZ file,
not whether it's compressed. (This commit doesn't change
the behavior, since the beginning of CompressSelection
discards items that aren't BlobType::GCZ or BlobType::PLAIN.)
2017-02-20 16:08:07 +01:00
..
AudioCommon C++ conformance fixes (MSVC /permissive-) 2017-02-15 20:37:04 -08:00
Common C++ conformance fixes (MSVC /permissive-) 2017-02-15 20:37:04 -08:00
Core DolphinWX: Don't use a special color for compressed games 2017-02-20 16:02:30 +01:00
DiscIO Forward declare IBlobReader in Volume headers 2017-02-19 08:40:30 +01:00
DolphinQt2 Use .manifest file for apps on Windows 2017-02-10 14:18:45 -08:00
DolphinWX DolphinWX: Remove usage of IsCompressed() in compression code 2017-02-20 16:08:07 +01:00
InputCommon Merge pull request #4892 from lioncash/control 2017-02-15 11:26:53 -05:00
UICommon Fix LLVM error 2017-02-10 19:07:30 -08:00
VideoBackends Merge pull request #4924 from stenzek/vulkan-list-restart 2017-02-18 21:58:30 +10:00
VideoCommon Merge pull request #4924 from stenzek/vulkan-list-restart 2017-02-18 21:58:30 +10:00
CMakeLists.txt