suyu/src
Lioncash 5b93290183 yuzu/CMakeLists: Disable unsafe overloads of QProcess' start() function
Other overloads of start() are considerably much safer to use if we ever
need this in the future and need to pass arguments to the program, given
it contains separate parameters for the program path and the arguments
themselves, whereas this unsafe overload contains both as a single
string.

Given the alternatives are much safer, we can disable this.
2019-06-05 15:49:23 -04:00
..
audio_core
common common/math_util: Provide a template deduction guide for Common::Rectangle 2019-05-31 04:44:02 -03:00
core Merge pull request #2510 from SciresM/desired_language 2019-06-05 15:39:33 -04:00
input_common input_common/sdl/sdl_impl: Silence sign conversion warnings 2019-05-31 04:47:02 -03:00
tests kernel: Handle page table switching within MakeCurrentProcess() 2019-04-07 01:12:54 -04:00
video_core Merge pull request #2534 from ReinUsesLisp/shader-cleanup 2019-06-05 15:28:34 -04:00
web_service general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
yuzu yuzu/CMakeLists: Disable unsafe overloads of QProcess' start() function 2019-06-05 15:49:23 -04:00
yuzu_cmd Merge pull request #2518 from ReinUsesLisp/sdl2-window 2019-05-29 11:01:12 -04:00
.clang-format
CMakeLists.txt Merge pull request #2460 from lioncash/volatile 2019-05-14 06:34:53 -04:00