citra/src
Lioncash 90528f1326 service/nvflinger: Store BufferQueue instances as regular data members
The NVFlinger service is already passed into services that need to
guarantee its lifetime, so the BufferQueue instances will already live
as long as they're needed. Making them std::shared_ptr instances in this
case is unnecessary.
2019-02-21 22:09:46 -05:00
..
audio_core audio_core/buffer: Make const and non-const getter for samples consistent 2019-02-16 15:21:35 -05:00
common Adressed review comments 2019-02-15 22:14:54 +01:00
core service/nvflinger: Store BufferQueue instances as regular data members 2019-02-21 22:09:46 -05:00
input_common
tests core_timing: Convert core timing into a class 2019-02-15 21:50:25 -05:00
video_core Merge pull request #2125 from ReinUsesLisp/fixup-glstate 2019-02-20 21:47:46 -05:00
web_service
yuzu loading_screen: Unchunk progress bar 2019-02-06 22:23:40 -03:00
yuzu_cmd gl_shader_cache: Link loading screen with disk shader cache load 2019-02-06 22:23:40 -03:00
.clang-format
CMakeLists.txt