dolphin/Source/Core
Florent Castelli e9aac53cec macOS: Update how resources are copied in the bundle
Instead of using install() commands, we use the MACOSX_PACKAGE_LOCATION
property, which will allow the files to be identified and updated individually
by the build system without having to remove the entire folder and copy it
each time.

deploy-mac.py is now idempotent and should be working properly, so we'll
call it all the time from now on.
2017-02-02 03:51:32 +01:00
..
AudioCommon cmake: Change endif(.*) to endif() 2017-01-25 15:07:32 +01:00
Common Jit64: Enable branch following. 2017-01-28 02:48:56 +01:00
Core Merge pull request #4790 from lioncash/sram 2017-02-01 13:27:03 +01:00
DiscIO Merge pull request #4746 from JosJuice/volumedirectory-sort-case-insensitive 2017-01-27 18:23:14 +13:00
DolphinQt2 macOS: Update how resources are copied in the bundle 2017-02-02 03:51:32 +01:00
DolphinWX macOS: Update how resources are copied in the bundle 2017-02-02 03:51:32 +01:00
InputCommon Merge pull request #4726 from ligfx/addingwindowsheaders 2017-01-24 13:47:36 +13:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends LightingShaderGen: Remove unnecessary includes 2017-02-01 01:06:00 -05:00
VideoCommon LightingShaderGen: Remove unnecessary includes 2017-02-01 01:06:00 -05:00
CMakeLists.txt