yuzu-mainline/src
Lioncash 444a01afa6 arm_dynarmic: Correct initializer list order
Amends the initializer list to be in the same order that each variable
would be initialized in. We also do this to ensure we don't use a bogus
uninitialized instance of the exclusive monitor within MakeJit()

We can also remove the jit member from the initializer list as this is
initialized by PageTableChanged()
2018-07-31 07:54:58 -04:00
..
audio_core audio_core: Implement Sink and SinkStream interfaces with cubeb. 2018-07-30 21:45:24 -04:00
common Port #3758 from Citra (#852): Add missing std::string import in text_formatter 2018-07-30 16:03:47 -07:00
core arm_dynarmic: Correct initializer list order 2018-07-31 07:54:58 -04:00
input_common Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
tests arm_test_common: Get rid of truncation warnings 2018-07-20 17:53:53 -04:00
video_core Merge pull request #808 from lioncash/mem-dedup 2018-07-26 11:50:27 -07:00
yuzu Merge pull request #859 from FearlessTobi/port-3837 2018-07-30 10:11:43 -07:00
yuzu_cmd Merge pull request #836 from FearlessTobi/port-3594 2018-07-26 12:04:30 -07:00
.clang-format
CMakeLists.txt audio_core: Add initial code for keeping track of audout state. 2018-07-27 22:33:31 -04:00