1
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash 5235b053b4 video_core/memory_manager: Remove superfluous const from function declarations
These are able to be omitted from the declaration of functions, since
they don't do anything at the type system level. The definitions of the
functions can retain the use of const though, since they make the
variables immutable in the implementation of the function where they're
used.
2019-05-09 18:59:49 -04:00
..
audio_core core/core_timing: Make callback parameters consistent 2019-03-24 18:12:17 -04:00
common common/zstd_compression: Remove #pragma once directive from source file 2019-05-04 01:54:29 -04:00
core Merge pull request #2437 from lioncash/audctl 2019-05-09 13:24:13 -04:00
input_common general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
tests kernel: Handle page table switching within MakeCurrentProcess() 2019-04-07 01:12:54 -04:00
video_core video_core/memory_manager: Remove superfluous const from function declarations 2019-05-09 18:59:49 -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 Merge pull request #2458 from lioncash/hotkey 2019-05-09 13:21:36 -04:00
yuzu_cmd Merge pull request #2424 from FernandoS27/compat 2019-04-24 22:54:27 -04:00
.clang-format
CMakeLists.txt src/CMakeLists: Add /Zc:externConstexpr to the MSVC build flags 2019-05-07 14:06:22 -04:00