James Rowe
|
1bc7829ee9
|
Move input values into an array
|
2015-07-27 21:41:21 -06:00 |
|
James Rowe
|
a406207cd8
|
Use condition var to properly pause the CPU thread
Adds support for threaded pausing so citra doesn't spin wait on pause
|
2015-05-18 08:15:57 -06:00 |
|
James Rowe
|
37a9d0635e
|
Updated the appveyor build to no longer copy the QT dlls since it is done in post build now.
|
2015-03-28 02:21:37 -06:00 |
|
James Rowe
|
635ed87788
|
unsetting a few more variables that arent needed outside of this function
|
2015-03-26 04:11:05 -06:00 |
|
James Rowe
|
5b9a5493c5
|
Updated the copy commands to run on post_build and use generator expressions to simplify the code as well
|
2015-03-26 04:04:24 -06:00 |
|
James Rowe
|
2d7008f03c
|
Changes to bring the previous commits in line with the comments on thepull request. Made the debug build a true debug build with no optimizxations and the RelWithDebInfo is what it says it is too. Changed the copying of the dlls to the build directories to happen at configuration time instead of build time
|
2015-03-26 04:04:23 -06:00 |
|
James Rowe
|
4a7e21eb58
|
More changes to the CMakeFiles for better MSVC compatibility. Added in the RelWithDebInfo target and setup copying the Qt 5 Dlls to the output directories.
|
2015-03-26 04:04:22 -06:00 |
|
James Rowe
|
fa79b3f4f4
|
Small changes to the CMake file to make windows build easier
|
2015-03-26 04:04:22 -06:00 |
|