dolphin/Source/Core/DolphinQt
JosJuice a7d374bcb9 Cache games without banners
Games without banners were not cached before, because a banner could
become available at any time, making the cache outdated without it
becoming invalidated. Instead of not caching anything, this change makes
Dolphin check for a banner every time a cache that lacks a banner is read.
This is faster than reading all metadata, because reading a Wii banner
only reads from the game's save file, not the volume and its filesystem.

The cache revision is incremented, because otherwise banners will be
missing if a cache without a banner is created in the new version and
the user switches to an old version and creates a savefile.
2015-06-14 12:23:48 +02:00
..
GameList Cache games without banners 2015-06-14 12:23:48 +02:00
Resources Fixes from @comex to add the app bundle and icon on Mac. 2014-10-25 21:17:32 -04:00
Utils Options: merge SCoreStartupParameter into SConfig 2015-06-12 19:07:45 +02:00
VideoInterface Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
AboutDialog.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
AboutDialog.h Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
AboutDialog.ui Fixes to the About dialog & add the SystemInfo dialog. 2014-10-25 20:59:07 -04:00
CMakeLists.txt Tools: Use non-CMake tool for fixing up OS X bundles 2015-06-06 12:44:47 -07:00
DolphinQt.vcxproj Revert "Merge pull request #1903 from RisingFog/libav" 2015-01-26 02:35:29 +01:00
DolphinQt.vcxproj.filters DolphinQt: GameList! 2014-11-21 18:36:49 -05:00
DolphinQt.vcxproj.user DolphinQt: GameList! 2014-11-21 18:36:49 -05:00
Host.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
Info.plist.in Fixes from @comex to add the app bundle and icon on Mac. 2014-10-25 21:17:32 -04:00
Main.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
MainWindow.cpp Options: merge SCoreStartupParameter into SConfig 2015-06-12 19:07:45 +02:00
MainWindow.h Merge pull request #2390 from darkengine-io/new-qt 2015-05-25 23:45:21 -04:00
MainWindow.ui Qt: add proper keyboard shortcuts from wx 2015-05-10 13:57:45 -07:00
SystemInfo.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
SystemInfo.h Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
SystemInfo.ui Fixes to the About dialog & add the SystemInfo dialog. 2014-10-25 20:59:07 -04:00