yuzu-android/src
Lioncash d72c809030 file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry()
These parameters don't need to utilize a shared lifecycle directly in
the interface. Instead, the caller should provide a regular reference
for the function to use. This also allows the type system to flag
attempts to pass nullptr and makes it more generic, since it can now be
used in contexts where a shared_ptr isn't being used (in other words, we
don't constrain the usage of the interface to a particular mode of
memory management).
2018-11-27 16:33:14 -05:00
..
audio_core audio_core/audio_renderer: Fix typo in AuxInfo member name 2018-11-13 13:32:13 -05:00
common Merge pull request #1773 from lioncash/thread 2018-11-23 08:52:05 -08:00
core file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry() 2018-11-27 16:33:14 -05:00
input_common
tests global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
video_core morton: Fixup compiler warning 2018-11-26 23:22:57 -03:00
web_service compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
yuzu file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry() 2018-11-27 16:33:14 -05:00
yuzu_cmd Merge pull request #1725 from FernandoS27/gl43 2018-11-23 23:56:57 -05:00
.clang-format
CMakeLists.txt Port web_service from Citra 2018-10-02 15:30:48 +02:00