dolphin/Source/Core
Jonathan Hamilton 643b3ba9f8 Try to fix File::Copy with non-1024-byte aligned sizes
ifstream::read() sets the failbit if trying to read over the end, which
means that (!input) would be hit for the 'last' block if it wasn't
exactly BSIZE (1024) bytes.
2017-08-17 14:08:56 -07:00
..
AudioCommon Remove CoreAudio audio backend 2017-06-29 16:53:20 -07:00
Common Try to fix File::Copy with non-1024-byte aligned sizes 2017-08-17 14:08:56 -07:00
Core WFS: Use a separate log type for WFS related logs 2017-08-16 22:27:29 +02:00
DiscIO Merge pull request #5746 from leoetlino/disc-updates 2017-08-16 19:02:42 +08:00
DolphinNoGUI DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
DolphinQt2 Merge pull request #5898 from ligfx/extractupnp 2017-08-17 03:11:41 +08:00
DolphinWX Merge pull request #5898 from ligfx/extractupnp 2017-08-17 03:11:41 +08:00
InputCommon Merge pull request #5742 from ToadKing/fix-bad-controllers 2017-08-17 03:42:02 +08:00
UICommon Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
VideoBackends Merge pull request #5478 from stenzek/vulkan-nvidia 2017-08-14 13:12:41 -07:00
VideoCommon Merge pull request #5478 from stenzek/vulkan-nvidia 2017-08-14 13:12:41 -07:00
CMakeLists.txt