yuzu-fork/src
Lioncash 3f17fe7133 core: Migrate current_process pointer to the kernel
Given we now have the kernel as a class, it doesn't make sense to keep
the current process pointer within the System class, as processes are
related to the kernel.

This also gets rid of a subtle case where memory wouldn't be freed on
core shutdown, as the current_process pointer would never be reset,
causing the pointed to contents to continue to live.
2018-09-06 20:52:58 -04:00
..
audio_core Update microprofile scopes. 2018-09-04 11:04:26 +02:00
common common/logging: Amend documentation comments 2018-09-04 10:49:08 -04:00
core core: Migrate current_process pointer to the kernel 2018-09-06 20:52:58 -04:00
input_common input_common: Use std::move where applicable 2018-08-02 21:51:11 -04:00
tests kernel: Eliminate kernel global state 2018-08-28 22:31:51 -04:00
video_core Merge pull request #1252 from lioncash/header 2018-09-06 19:19:43 -04:00
yuzu frontend: Set swap interval to 0 2018-09-06 18:57:51 +02:00
yuzu_cmd frontend: Set swap interval to 0 2018-09-06 18:57:51 +02:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt audio_core: Add initial code for keeping track of audout state. 2018-07-27 22:33:31 -04:00